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 04bd079 commit bae7179Copy full SHA for bae7179
packages/react-aria-components/src/index.ts
@@ -45,7 +45,6 @@ export {Header, HeaderContext} from './Header';
45
export {Heading} from './Heading';
46
export {Input, InputContext} from './Input';
47
export {Section, CollectionRendererContext, DefaultCollectionRenderer} from './Collection';
48
-export {createLeafComponent as UNSTABLE_createLeafComponent, createBranchComponent as UNSTABLE_createBranchComponent, CollectionBuilder as UNSTABLE_CollectionBuilder} from '@react-aria/collections';
49
export {Collection, createLeafComponent, createBranchComponent, CollectionBuilder} from '@react-aria/collections';
50
export {Keyboard, KeyboardContext} from './Keyboard';
51
export {Label, LabelContext} from './Label';
0 commit comments