UNPKG

lucid-ui

Version:

A UI component library from Xandr.

13 lines 718 B
import { Meta, Story } from '@storybook/react'; import { IDateSelectProps } from './DateSelect'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const Basic: Story<IDateSelectProps>; export declare const SelectRange: Story<IDateSelectProps>; export declare const DisabledDays: Story<IDateSelectProps>; export declare const InitialMonth: Story<IDateSelectProps>; export declare const MutipleMonths: Story<IDateSelectProps>; export declare const CustomModifiers: Story<IDateSelectProps>; export declare const RelativeFontSize: Story<IDateSelectProps>; export declare const DisableSlidePanel: Story<IDateSelectProps>; //# sourceMappingURL=DateSelect.stories.d.ts.map