mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
SetOptions can have an optional format
This commit is contained in:
+2
-1
@@ -260,7 +260,8 @@ declare module Pickadate {
|
||||
* By default, any callbacks bound with the on method will be fired when its relevant thing is set.
|
||||
* To silently set a thing, pass an options object with the muted parameter set to true.
|
||||
*/
|
||||
muted: boolean;
|
||||
muted?: boolean;
|
||||
format?: string;
|
||||
}
|
||||
|
||||
interface Picker<TPickerObject, TItemObject extends Item, TOptions extends SetObject> {
|
||||
|
||||
Reference in New Issue
Block a user