mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-18 00:33:57 +00:00
refactor: simplify type
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { Snippet } from 'svelte';
|
||||
|
||||
export type WithChildren = { children: Snippet<[]> };
|
||||
export type WithChildren = { children: Snippet };
|
||||
export type WithOptionalChildren = Partial<WithChildren>;
|
||||
|
||||
Reference in New Issue
Block a user