Type Alias PrefabComponentStyle
PrefabComponentStyle: { name?: string; overwrite?: { backgroundColor?: { type: string; value: string; }; borderColor?: { type: string; value: string; }; borderRadius?: string | string[]; borderStyle?: string; borderWidth?: string | string[]; boxShadow?: string; color?: { type: string; value: string; }; fontFamily?: string; fontSize?: string; fontStyle?: string; fontWeight?: string; letterSpacing?: string; lineHeight?: string; padding?: string | string[]; textDecoration?: string; textTransform?: string; } | StyleDefinitionState[]; }