HexColorString

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

No summary provided.