Skip to content

Commit

Permalink
fix: ContentProps type
Browse files Browse the repository at this point in the history
The ContentProps type is used by the `Select` and `DropdownMenu`. I just
exported the `Expand` type from `$lib/internal/index.js`

This closes #543, closes #512.
  • Loading branch information
NDOY3M4N committed May 15, 2024
1 parent 36bb232 commit 4e61b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bits-ui/src/lib/bits/floating/_types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { DOMElement, Transition, TransitionProps } from "$lib/internal/index.js";
import type { DOMElement, Expand, Transition, TransitionProps } from "$lib/internal/index.js";

export type ArrowProps = Expand<
{
Expand Down

0 comments on commit 4e61b32

Please sign in to comment.