From 9c1faed94f8daf3e01c70b33edae1af12c1922c9 Mon Sep 17 00:00:00 2001 From: Hunter Johnston Date: Mon, 5 Aug 2024 19:58:42 -0400 Subject: [PATCH] we try again --- packages/vaul-svelte/src/lib/components/drawer/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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