UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

15 lines (14 loc) 371 B
export interface DatepickerViewsMonthsTheme { items: { base: string; item: { base: string; selected: string; disabled: string; }; }; } export declare function DatepickerViewsMonth(): import("react/jsx-runtime").JSX.Element; export declare namespace DatepickerViewsMonth { var displayName: string; }