typealias HexColorString

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

Union Members

`#${string}`