UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

135 lines (134 loc) 3.54 kB
/** * The Layout component organizes content into a responsive design, allowing * for effective arrangement and positioning of elements on a page. * It can include topbars, sidebars, and various content components, * such as tables, to create a consistent layout across devices. */ declare const _default: { title: string; tags: string[]; argTypes: { topBarItems: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; sidebarItems: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; sidebarUsername: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; topBarUsername: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; avatarImgUrl: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; avatarInitials: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; showTopBarAvatar: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; showSideBarAvatar: { control: string; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; menuType: { control: { type: string; options: string[]; }; description: string; table: { type: { summary: string; }; category: string; defaultValue: { summary: string; }; }; }; }; }; export default _default; export declare const Layout: any;