Add delimiterLazyShow to CleaveOptions (#38349)

This commit is contained in:
dadapowell
2019-09-26 17:14:18 -07:00
committed by Ben Lichtman
parent 793e9f235f
commit 3b1a72a2ea
+1
View File
@@ -44,6 +44,7 @@ export interface CleaveOptions {
copyDelimiter?: boolean;
delimiter?: string;
delimiters?: ReadonlyArray<string>;
delimiterLazyShow?: boolean;
initValue?: any;
lowercase?: boolean;
numericOnly?: boolean;