UNPKG

docz-theme-default

Version:

The default theme of docz

7 lines (6 loc) 244 B
import { SFC } from 'react'; import { PlaygroundProps as BasePlaygroundProps } from 'docz'; export interface PlaygroundProps extends BasePlaygroundProps { showEditor?: boolean; } export declare const Playground: SFC<PlaygroundProps>;