UNPKG

lucid-ui

Version:

A UI component library from Xandr.

13 lines 621 B
import { Meta, Story } from '@storybook/react'; import { IVerticalListMenuProps } from './VerticalListMenu'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; /** Basic VerticalListMenu */ export declare const Basic: Story<IVerticalListMenuProps>; /** Nested With Expander */ export declare const NestedWithExpander: Story<IVerticalListMenuProps>; /** Nested Full Width */ export declare const NestedFullWidth: Story<IVerticalListMenuProps>; /** No Animations */ export declare const NoAnimations: Story<IVerticalListMenuProps>; //# sourceMappingURL=VerticalListMenu.stories.d.ts.map