We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae4443 commit 37967a3Copy full SHA for 37967a3
packages/core/src/index.ts
@@ -14,7 +14,7 @@ import {
14
useShallowEqualValue,
15
} from './utils';
16
17
-export { DefaultSchema, UrlState } from './types';
+export type { DefaultSchema, UrlState } from './types';
18
19
export function useUrlState<T extends DefaultSchema>(
20
schema: T,
0 commit comments