UNPKG
react-getquery-params
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
getQueryParams() helps to catch all query parameter in React App
react-getquery-params
/
react-getquery-params.d.ts
5 lines
(4 loc)
•
137 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'react-getquery-params'
{
const
getQueryParams
:
() =>
{ [
key
:
string
]:
string
};
export
default
getQueryParams; }