mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Interface CleaveOptions at extra options updated
I updated the interface CleaveOptions at the extra options with the onValueChange, which is a public method at the JavaScript API of cleave.js. Best regards, Leon
This commit is contained in:
Vendored
+1
@@ -51,4 +51,5 @@ export interface CleaveOptions {
|
||||
noImmediatePrefix?: boolean;
|
||||
rawValueTrimPrefix?: boolean;
|
||||
uppercase?: boolean;
|
||||
onValueChanged?(event: any): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user