diff --git a/src/lib/types.ts b/src/lib/types.ts index 5182ddf..49df56c 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -1,4 +1,4 @@ import type { Snippet } from 'svelte'; -export type WithChildren = { children: Snippet<[]> }; +export type WithChildren = { children: Snippet }; export type WithOptionalChildren = Partial;