Skip to content

Commit

Permalink
Export Composite.Typeahead and Composite.Hover as private APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Sep 3, 2024
1 parent 98f63ed commit 7c7975b
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 @@ -18,6 +18,8 @@ lock( privateApis, {
CompositeGroupV2: Composite.Group,
CompositeItemV2: Composite.Item,
CompositeRowV2: Composite.Row,
CompositeTypeaheadV2: Composite.Typeahead,
CompositeHoverV2: Composite.Hover,
useCompositeStoreV2: useCompositeStore,
__experimentalPopoverLegacyPositionToPlacement,
createPrivateSlotFill,
Expand Down

0 comments on commit 7c7975b

Please sign in to comment.