flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS
15 lines (14 loc) • 376 B
text/typescript
export interface DatepickerViewsDecadesTheme {
items: {
base: string;
item: {
base: string;
selected: string;
disabled: string;
};
};
}
export declare function DatepickerViewsDecades(): import("react/jsx-runtime").JSX.Element;
export declare namespace DatepickerViewsDecades {
var displayName: string;
}