Skip to content

Commit aedbdaf

Browse files
committed
fix unstable_CollectionProps export
1 parent 36d954d commit aedbdaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/collection/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export { createCollection } from './collection-legacy';
33
export type { CollectionProps } from './collection-legacy';
44

55
export { createCollection as unstable_createCollection } from './collection';
6-
export type { CollectionProps as unstable_CollectionProps } from './collection-legacy';
6+
export type { CollectionProps as unstable_CollectionProps } from './collection';

0 commit comments

Comments
 (0)