fix:更新ts配置文件

This commit is contained in:
lhj
2024-11-06 23:07:51 +08:00
parent c1b60a7042
commit 6fc1097a34
6 changed files with 25 additions and 53 deletions

View File

@ -8,6 +8,7 @@ export interface IComponent {
style: string;
class: string;
events:JSON;
slots:IComponent[];
orchestrations:JSON;
version:string;
loop:JSON