react-day-picker
Version:
Customizable Date Picker for React
39 lines (38 loc) • 1.17 kB
TypeScript
declare const styles: {
readonly rdp: string;
readonly 'vhidden': string;
readonly 'button_reset': string;
readonly 'button': string;
readonly 'months': string;
readonly 'month': string;
readonly 'table': string;
readonly 'with_weeknumber': string;
readonly 'caption': string;
readonly 'multiple_months': string;
readonly 'caption_dropdowns': string;
readonly 'caption_label': string;
readonly 'nav': string;
readonly 'caption_start': string;
readonly 'caption_end': string;
readonly 'nav_button': string;
readonly 'dropdown_year': string;
readonly 'dropdown_month': string;
readonly 'dropdown': string;
readonly 'dropdown_icon': string;
readonly 'head': string;
readonly 'head_row': string;
readonly 'row': string;
readonly 'head_cell': string;
readonly 'tbody': string;
readonly 'tfoot': string;
readonly 'cell': string;
readonly 'weeknumber': string;
readonly 'day': string;
readonly 'day_today': string;
readonly 'day_outside': string;
readonly 'day_selected': string;
readonly 'day_range_start': string;
readonly 'day_range_end': string;
readonly 'day_range_middle': string;
};
export = styles;