UNPKG

@doreamonjs/gate

Version:
13 lines (12 loc) 335 B
import * as typings from '../../typings'; import './index.less'; export declare type Props = { className?: string; theme?: 'light' | 'dark'; nav?: typings.INav; menus?: typings.IMenu[]; collapsed?: boolean; onNavigate?(path: string, name: string): void; }; declare const _default: any; export default _default;