diff --git a/packages/vaul-svelte/src/lib/components/drawer/types.ts b/packages/vaul-svelte/src/lib/components/drawer/types.ts index 7e24949..7ae06b5 100644 --- a/packages/vaul-svelte/src/lib/components/drawer/types.ts +++ b/packages/vaul-svelte/src/lib/components/drawer/types.ts @@ -12,7 +12,7 @@ import type { WithChildren, Without } from "svelte-toolbelt"; import type { DrawerDirection, OnChangeFn } from "$lib/types.js"; import type { OnDrag, OnRelease } from "$lib/vaul.svelte.js"; -type BaseDrawerRootPropsWithoutHTML = WithChildren<{ +export type BaseDrawerRootPropsWithoutHTML = WithChildren<{ /** * The open state of the Drawer. * @bindable