type UIColor.ColorName
A type that represents color names, supporting both standard names and custom strings.
type ColorName = keyof typeof defaults | (string & {});Related
class UIColor
A class that represents a single color value.
A type that represents color names, supporting both standard names and custom strings.
type ColorName = keyof typeof defaults | (string & {});