Skip to content

Commit 37967a3

Browse files
committed
build: export type
1 parent 0ae4443 commit 37967a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
useShallowEqualValue,
1515
} from './utils';
1616

17-
export { DefaultSchema, UrlState } from './types';
17+
export type { DefaultSchema, UrlState } from './types';
1818

1919
export function useUrlState<T extends DefaultSchema>(
2020
schema: T,

0 commit comments

Comments
 (0)