UNPKG

docz-theme-default

Version:

The default theme of docz

5 lines (4 loc) 210 B
import { SFC } from 'react'; import { PageProps } from 'docz'; export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Page: SFC<PageProps>;