UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

7 lines (4 loc) 194 B
import { RgbColor } from '../types/color'; import { RgbaColor } from '../types/color'; declare function rgbToColorString(color: RgbColor | RgbaColor): string; export default rgbToColorString;