Fixed #1698 - Panel #icons template causes vue-tsc compile error

pull/1718/head
Tuğçe Küçükoğlu 2021-11-02 11:04:37 +03:00
parent 095fa98673
commit e2ce66b2ea
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ declare class Panel {
$slots: {
'': VNode[];
header: VNode[];
icons: VNode[];
}
}