UNPKG

@cbinsights/fds

Version:
32 lines (31 loc) 1.11 kB
import { StoryObj } from '@storybook/react'; import { DateInputProps } from '.'; export declare const Primary: StoryObj<DateInputProps>; export declare const DefaultSelectedDate: StoryObj<DateInputProps>; export declare const DateRange: StoryObj<DateInputProps>; export declare const PopoverProps: StoryObj<DateInputProps>; export declare const LabelPosition: StoryObj<DateInputProps>; declare const _default: { component: ({ futureYears, pastYears, dateFormat, popoverProps, inputRef, popoverRef, defaultDate: defaultDateInput, onDateChange, onInputChange, label, labelPosition, labelWidth, minDate, maxDate, hasError, errorText, ...rest }: DateInputProps) => JSX.Element; title: string; argTypes: { onInputChange: { action: string; }; onDateChange: { action: string; }; }; parameters: { componentSubtitle: string; docs: { fds: { attributes: string[]; }; description: { component: string; }; }; }; }; export default _default;