rework <slot/>

This commit is contained in:
CoolElectronics 2024-01-30 10:45:39 -05:00
parent b424342d64
commit 3cd8372c08
No known key found for this signature in database
GPG key ID: F63593D168636C50
3 changed files with 4 additions and 5 deletions

1
AliceJS.d.ts vendored
View file

@ -33,4 +33,5 @@ interface Element {
type DLComponent<T> = {
css: DLCSS,
root: Element,
children: Element[],
} & T;