lucid-ui
Version:
A UI component library from Xandr.
11 lines • 584 B
TypeScript
import { Story, Meta } from '@storybook/react';
import { IExpanderProps } from './Expander';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Basic: Story<IExpanderProps>;
export declare const InteractiveWithChangingLabels: Story<IExpanderProps>;
export declare const InteractiveWithChangingLabelsAndAdditionalLabelContent: Story<IExpanderProps>;
/** IsExpanded */
export declare const IsExpanded: Story<IExpanderProps>;
export declare const Highlighted: Story<IExpanderProps>;
//# sourceMappingURL=Expander.stories.d.ts.map