UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

19 lines (18 loc) 433 B
export interface DatepickerViewsDaysTheme { header: { base: string; title: string; }; items: { base: string; item: { base: string; selected: string; disabled: string; }; }; } export declare function DatepickerViewsDays(): import("react/jsx-runtime").JSX.Element; export declare namespace DatepickerViewsDays { var displayName: string; }