UNPKG

docz-theme-default

Version:

The default theme of docz

9 lines (8 loc) 234 B
import * as React from 'react'; import { SFC } from 'react'; interface MenuHeadingsProps { route: string; onClick?: React.MouseEventHandler<any>; } export declare const MenuHeadings: SFC<MenuHeadingsProps>; export {};