From c71f9871d083827852e3efd8ad0f05bc0f7d8eab Mon Sep 17 00:00:00 2001 From: Abdoulaye NDOYE <46305144+NDOY3M4N@users.noreply.github.com> Date: Fri, 17 May 2024 20:08:14 +0000 Subject: [PATCH] fix: ContentProps type (#545) Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> --- .changeset/thick-turkeys-grab.md | 5 +++++ packages/bits-ui/src/lib/bits/floating/_types.ts | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/thick-turkeys-grab.md diff --git a/.changeset/thick-turkeys-grab.md b/.changeset/thick-turkeys-grab.md new file mode 100644 index 000000000..b765c95dc --- /dev/null +++ b/.changeset/thick-turkeys-grab.md @@ -0,0 +1,5 @@ +--- +"bits-ui": patch +--- + +fix: ContentProps type diff --git a/packages/bits-ui/src/lib/bits/floating/_types.ts b/packages/bits-ui/src/lib/bits/floating/_types.ts index d8762c697..a801947c2 100644 --- a/packages/bits-ui/src/lib/bits/floating/_types.ts +++ b/packages/bits-ui/src/lib/bits/floating/_types.ts @@ -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< {