/** * Model: ComponentPropertiesTrait * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { ComponentPropertyDefinition } from '../component-property-definition'; export interface ComponentPropertiesTrait { /** A mapping of name to `ComponentPropertyDefinition` for every component property on this component. Each property has a type, defaultValue, and other optional values. */ componentPropertyDefinitions?: { [key: string]: ComponentPropertyDefinition; }; } //# sourceMappingURL=component-properties-trait.d.ts.map