/** * Model: ComponentPropertyType * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Component property type. */ export type ComponentPropertyType = 'BOOLEAN' | 'INSTANCE_SWAP' | 'TEXT' | 'VARIANT'; //# sourceMappingURL=component-property-type.d.ts.map