UNPKG

handie-react-starter-umi

Version:

`handie-react-starter-antd` + `umi`

5 lines (4 loc) 204 B
import { AppInstance } from 'handie-react-starter-antd'; import { AppDescriptor } from '../types/app'; declare function createApp({ routes, ...others }: AppDescriptor): AppInstance; export { createApp };