export interface IComponent { type: string; name: string; id: string; text:string; designer: string; props: JSON; style: string; class: string; events:JSON; slots:IComponent[]; orchestrations:JSON; version:string; loop:JSON; disable: boolean, visible: boolean, }