headless-react-datepicker
Version:
A headless, highly customizable, multi-calendar date picker component for React. It supports various calendars and locales.
53 lines (52 loc) • 1.07 kB
TypeScript
export declare const argTypes: {
config: {
control: string;
};
"config.locale": {
control: string;
options: string[];
};
"config.weekStartsOn": {
control: string;
options: string[];
};
"config.weekdayFormat": {
control: string;
options: string[];
};
"config.showOtherDays": {
control: string;
};
"config.otherDaysSelectable": {
control: string;
};
"config.dayFormat": {
control: string;
options: string[];
};
"config.yearRangeFrom": {
control: string;
};
"config.yearRangeTo": {
control: string;
};
"config.minDate": {
control: string;
};
"config.maxDate": {
control: string;
};
"config.weekends": {
control: string;
options: string[];
};
"config.weekendSelectable": {
control: string;
};
"config.holidaySelectable": {
control: string;
};
"config.allowBackwardRange": {
control: string;
};
};