UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

10 lines (7 loc) 171 B
import { HslColor } from '../types/color'; declare function hsl( value: HslColor | number, saturation?: number, lightness?: number, ): string; export default hsl;