source:
imaps-frontend/node_modules/react-use/esm/factory/createRouter.d.ts@
d565449
Last change on this file since d565449 was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 171 bytes |
Line | |
---|---|
1 | export interface RouterProviderProps { |
2 | route: string; |
3 | fullRoute?: string; |
4 | parent?: any; |
5 | } |
6 | declare const createRouter: () => void; |
7 | export default createRouter; |
Note:
See TracBrowser
for help on using the repository browser.