Skip to content

Commit

Permalink
fix: ContentProps type (#545)
Browse files Browse the repository at this point in the history
Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com>
  • Loading branch information
NDOY3M4N and huntabyte authored May 17, 2024
1 parent 36bb232 commit c71f987
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thick-turkeys-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"bits-ui": patch
---

fix: ContentProps type
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 c71f987

Please sign in to comment.