UNPKG

@ovine/core

Version:

Build flexible admin system with json.

7 lines (6 loc) 148 B
declare type Props = { theme: string; asideMenus: any[]; }; declare const _default: (props: Props) => JSX.Element; export default _default;