Skip to content

Commit

Permalink
CustomSelectControlV2: expose legacy wrapper through private APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jul 2, 2024
1 parent b67f00f commit 0c2a37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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 { default as CustomSelectControlV2LegacyWrapper } from './custom-select-control-v2/legacy-component';
import { positionToPlacement as __experimentalPopoverLegacyPositionToPlacement } from './popover/utils';
import { createPrivateSlotFill } from './slot-fill';
import {
Expand All @@ -39,6 +40,7 @@ lock( privateApis, {
CompositeItemV2,
CompositeRowV2,
useCompositeStoreV2,
CustomSelectControlV2LegacyWrapper,
CustomSelectControl,
__experimentalPopoverLegacyPositionToPlacement,
createPrivateSlotFill,
Expand Down

0 comments on commit 0c2a37b

Please sign in to comment.