UNPKG

pathpunk

Version:

A react component based router with most of the functionalities of an SPA router

5 lines (4 loc) 89 B
declare const useParams: () => { [key: string]: string; }; export default useParams;