UNPKG

polished

Version:

A lightweight toolset for writing styles in Javascript.

11 lines (8 loc) 215 B
import { RgbaColor } from '../types/color'; declare function rgba( firstValue: RgbaColor | number | string, secondValue?: number, thirdValue?: number, fourthValue?: number, ): string; export default rgba;