flowbite-2.4.0
Version:
The most popular library of interactive components built with Tailwind CSS
19 lines • 539 B
TypeScript
declare module 'flowbite-datepicker-1.3.0' {
class Datepicker {
constructor(element: HTMLElement, options: any);
destroy(): void;
show(): void;
hide(): void;
setDate(date: string): void;
getDate(): string;
}
class DateRangePicker {
constructor(element: HTMLElement, options: any);
destroy(): void;
hide(): void;
show(): void;
setDates(dates: string[]): void;
getDates(): string[];
}
}
//# sourceMappingURL=declarations.d.ts.map