Documentation

type UIColor​.ColorName

A type that represents color names, supporting both standard names and custom strings.

type ColorName = keyof typeof defaults | (string & {});

Related