UNPKG

@gzup/macaw-ui-4

Version:

Gzup's UI component library

9 lines (8 loc) 350 B
import { Story } from "@storybook/react"; import { SidebarGzup } from "./SidebarGzup"; import { ComponentMeta } from '@storybook/react'; declare const StoryParams: ComponentMeta<typeof SidebarGzup>; export declare const Default: Story; export declare const SubmenuSelected: Story; export declare const WithToolbar: Story; export default StoryParams;