mirror of
https://github.com/MercuryWorkshop/dreamlandjs.git
synced 2025-05-16 15:40:01 -04:00
rework <slot/>
This commit is contained in:
parent
b424342d64
commit
3cd8372c08
3 changed files with 4 additions and 5 deletions
1
AliceJS.d.ts
vendored
1
AliceJS.d.ts
vendored
|
@ -33,4 +33,5 @@ interface Element {
|
|||
type DLComponent<T> = {
|
||||
css: DLCSS,
|
||||
root: Element,
|
||||
children: Element[],
|
||||
} & T;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue