UNPKG

routeria

Version:

A router package for react

6 lines (5 loc) 198 B
export declare const useQueryParams: () => Record<string, string | number>; export declare const useInnerQueryParams: () => { setQueryParams: () => void; resetQueryParams: () => {}; };