export interface IComponents { label: string; className?: string; name: string; type: string; children?: IComponents[]; quickEdit?: boolean; quickStatic?: boolean; quickStaticStr?: boolean; options?: [] | string; components?: IComponents[]; }