lucid-ui
Version:
A UI component library from Xandr.
13 lines • 698 B
TypeScript
import { Meta, Story } from '@storybook/react';
import { ISwitchProps } from './Switch';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<ISwitchProps>;
export declare const Selected: Story<ISwitchProps>;
export declare const Disabled: Story<ISwitchProps>;
export declare const DisabledSelected: Story<ISwitchProps>;
export declare const IncludeExclude: Story<ISwitchProps>;
export declare const SelectedIncludeExclude: Story<ISwitchProps>;
export declare const DisabledIncludeExclude: Story<ISwitchProps>;
export declare const SelectedDisabledIncludeExclude: Story<ISwitchProps>;
//# sourceMappingURL=Switch.stories.d.ts.map