UNPKG

use-url-sync

Version:

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

5 lines (4 loc) 177 B
import useUrlState from './useUrlState'; import useUrlSync from './useUrlSync'; import getUrlString from './getUrlString'; export { useUrlState, useUrlSync, getUrlString };