UNPKG

lucid-ui

Version:

A UI component library from Xandr.

16 lines 874 B
import { Meta, Story } from '@storybook/react'; import { ISidebarProps } from './Sidebar'; declare const _default: Meta<import("@storybook/react").Args>; export default _default; export declare const BasicSidebar: Story<ISidebarProps>; export declare const DisableResize: Story<ISidebarProps>; export declare const InitialCollapsed: Story<ISidebarProps>; export declare const PositionRight: Story<ISidebarProps>; export declare const CustomTitle: Story<ISidebarProps>; export declare const CustomWidth: Story<ISidebarProps>; export declare const ControlExpand: Story<ISidebarProps>; export declare const HandleToggleAndResize: Story<ISidebarProps>; export declare const NestedSidebars: Story<ISidebarProps>; export declare const NestedSubmarine: Story<ISidebarProps>; export declare const DifferentContent: Story<ISidebarProps>; //# sourceMappingURL=Sidebar.stories.d.ts.map