UNPKG

react-getquery-params

Version:

getQueryParams() helps to catch all query parameter in React App

5 lines (4 loc) 137 B
declare module 'react-getquery-params' { const getQueryParams: () => { [key: string]: string }; export default getQueryParams; }