source:
imaps-frontend/node_modules/react-use/esm/factory/createRouter.d.ts
Last change on this file was d565449, checked in by , 4 weeks ago | |
---|---|
|
|
File size: 171 bytes |
Rev | Line | |
---|---|---|
[d565449] | 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.