Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bits-ui/src/lib/bits/select/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export type SelectRootPropsWithoutHTML = SelectBaseRootPropsWithoutHTML &

export type SelectRootProps = SelectRootPropsWithoutHTML;

export type _SharedSelectContentProps = {
type _SharedSelectContentProps = {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this also looks like it wasn't meant to be exposed

/**
* Whether or not to loop through the items when navigating with the keyboard.
*
Expand Down