Skip to content

Commit

Permalink
Export v2 CustomSelect and CustomSelectItem as private apis
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Feb 21, 2024
1 parent 48967c6 commit 1317cb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/private-apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import {
useCompositeStore as useCompositeStoreV2,
} from './composite/v2';
import { default as CustomSelectControl } from './custom-select-control';
import { CustomSelect, CustomSelectItem } from './custom-select-control-v2';
import { positionToPlacement as __experimentalPopoverLegacyPositionToPlacement } from './popover/utils';
import { default as ProgressBar } from './progress-bar';
import { createPrivateSlotFill } from './slot-fill';
Expand Down Expand Up @@ -41,6 +42,8 @@ lock( privateApis, {
CompositeRowV2,
useCompositeStoreV2,
CustomSelectControl,
CustomSelect,
CustomSelectItem,
__experimentalPopoverLegacyPositionToPlacement,
createPrivateSlotFill,
ComponentsContext,
Expand Down

0 comments on commit 1317cb9

Please sign in to comment.