typealias HexColorString

export type HexColorString = `#${string}`;

Constructors

constructor()

`#${string}`