UNPKG

gov-gui

Version:

Gov UI Component Library Typscript Build

8 lines (7 loc) 242 B
import { FunctionalComponent } from '../../stencil-public-runtime'; export declare class LayoutComponent { sidebar?: string | FunctionalComponent; topbar?: string | FunctionalComponent; private renderContent; render(): any; }