UNPKG

react-carousel-query

Version:

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

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;