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.
unstable_CollectionProps
1 parent 36d954d commit aedbdafCopy full SHA for aedbdaf
packages/react/collection/src/index.ts
@@ -3,4 +3,4 @@ export { createCollection } from './collection-legacy';
3
export type { CollectionProps } from './collection-legacy';
4
5
export { createCollection as unstable_createCollection } from './collection';
6
-export type { CollectionProps as unstable_CollectionProps } from './collection-legacy';
+export type { CollectionProps as unstable_CollectionProps } from './collection';
0 commit comments