UNPKG

lucid-ui

Version:

A UI component library from Xandr.

14 lines 829 B
import { Meta, Story } from '@storybook/react'; import { ICheckboxLabeledProps } from './CheckboxLabeled'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const Basic: Story<ICheckboxLabeledProps>; export declare const Disabled: Story<ICheckboxLabeledProps>; export declare const Selected: Story<ICheckboxLabeledProps>; export declare const DisabledSelected: Story<ICheckboxLabeledProps>; export declare const LabelAsProp: Story<ICheckboxLabeledProps>; export declare const HTMLElement: Story<ICheckboxLabeledProps>; export declare const TextInAnArray: Story<ICheckboxLabeledProps>; export declare const HTMLElementInAnArray: Story<ICheckboxLabeledProps>; export declare const LabelAsChild: Story<ICheckboxLabeledProps>; //# sourceMappingURL=CheckboxLabeled.stories.d.ts.map