ThemeCustomColor
type ThemeCustomColor = { color: Color; name?: string;};Properties
Section titled “Properties”| Property | Type |
|---|---|
color | Color |
name? | string |
type ThemeCustomColor = { color: Color; name?: string;};| Property | Type |
|---|---|
color | Color |
name? | string |