UNPKG

use-url-sync

Version:

use-url-sync is a utility package that helps you sync your states to url without hassle

3 lines (2 loc) 122 B
declare const getUrlString: <S extends Record<string | number, any>>(states: S) => string; export default getUrlString;