second commit
This commit is contained in:
11
node_modules/flowbite/lib/esm/components/datepicker/interface.d.ts
generated
vendored
Normal file
11
node_modules/flowbite/lib/esm/components/datepicker/interface.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { DatepickerOptions } from './types';
|
||||
export declare interface DatepickerInterface {
|
||||
_datepickerEl: HTMLElement;
|
||||
_datepickerInstance: any | null;
|
||||
_options: DatepickerOptions;
|
||||
init(): void;
|
||||
destroy(): void;
|
||||
removeInstance(): void;
|
||||
destroyAndRemoveInstance(): void;
|
||||
}
|
||||
//# sourceMappingURL=interface.d.ts.map
|
Reference in New Issue
Block a user