UNPKG

@azure-utils/storybooks

Version:

Utils to upload and manage Storybooks via Azure Functions and storage.

11 lines (10 loc) 314 B
export declare function DocumentLayout({ title, breadcrumbs, children, footer, toolbar, }: { title: string; breadcrumbs?: string[] | Array<{ label: string; href?: string; }>; children: JSX.Element; footer?: JSX.Element | null; toolbar?: JSX.Element | null; }): JSX.Element;