import { Property, PropertyInput, StructuralProperty } from './property'; export interface Tab extends Property { type: 'tab'; length?: number; properties: Array; iconClass: string; }