mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
adding toggle() and destroy() functions to the Datetimepicker interface.
This commit is contained in:
@@ -69,6 +69,8 @@ declare module BootstrapV3DatetimePicker {
|
||||
show(): void;
|
||||
disable(): void;
|
||||
enable(): void;
|
||||
destroy(): void;
|
||||
toggle(): void;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user