UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

10 lines (7 loc) 161 B
import { RgbColor } from '../types/color'; declare function rgb( value: RgbColor | number, green?: number, blue?: number, ): string; export default rgb;