UNPKG

gov-gui

Version:

Gov UI Component Library Demo ready Build

28 lines (27 loc) 732 B
/** * The page sample serves as a basic page wrapper with only one prop allowing you to test component structures * and page layouts freely buy passing them in it. Feel free to try any component combination. */ declare const _default: { title: string; tags: string[]; toc: boolean; parameters: {}; argTypes: { content: { control: string; description: string; table: { type: { summary: string; }; defaultValue: { summary: string; }; category: string; }; }; }; }; export default _default; export declare const Sample: any;