lucid-ui
Version:
A UI component library from Xandr.
10 lines • 559 B
TypeScript
import { Meta, Story } from '@storybook/react';
import { ISwitchLabeledProps } from './SwitchLabeled';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<ISwitchLabeledProps>;
export declare const Interactive: Story<ISwitchLabeledProps>;
export declare const InteractiveWithChangingLabels: Story<ISwitchLabeledProps>;
export declare const LabelAsProp: Story<ISwitchLabeledProps>;
export declare const States: Story<ISwitchLabeledProps>;
//# sourceMappingURL=SwitchLabeled.stories.d.ts.map