mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 13:32:17 +08: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:
1
types/cleave.js/options/index.d.ts
vendored
1
types/cleave.js/options/index.d.ts
vendored
@@ -51,4 +51,5 @@ export interface CleaveOptions {
|
||||
noImmediatePrefix?: boolean;
|
||||
rawValueTrimPrefix?: boolean;
|
||||
uppercase?: boolean;
|
||||
onValueChanged?(event: any): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user