UNPKG

docz-theme-default

Version:

The default theme of docz

7 lines (6 loc) 134 B
import { SFC } from 'react'; interface LogoProps { showBg: boolean; } export declare const Logo: SFC<LogoProps>; export {};