UNPKG

beautiful-react-hooks

Version:

A collection of beautiful (and hopefully useful) React hooks to speed-up your components and hooks development

6 lines (5 loc) 171 B
/** * Wraps the business logic of retrieve always updated URLSearchParams */ declare const useURLSearchParams: () => URLSearchParams; export default useURLSearchParams;