Skip to content

@phun-ky/moebius / MoebiusColorValueHslType

Type Alias: MoebiusColorValueHslType

ts
type MoebiusColorValueHslType = `hsl(${number}, ${string}, ${string})`;

Defined in: types/index.ts:152

HSL color value string, e.g., 'hsl(240, 100%, 50%)'.