Skip to content

Commit

Permalink
we try again
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Aug 5, 2024
1 parent eb09f5e commit 9c1faed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vaul-svelte/src/lib/components/drawer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c1faed

Please sign in to comment.