UNPKG

routeria

Version:

A router package for react

6 lines (5 loc) 233 B
export declare const useRouteParams: () => Record<string, string | number>; export declare const useInnerRouteParams: () => { setRouterParams: (path: string, nestedLevel: string) => void; resetRouterParams: () => {}; };