UNPKG

react-carousel-query

Version:

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

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