UNPKG

react-carousel-query

Version:

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

11 lines (8 loc) 193 B
import { HslaColor } from '../types/color'; declare function hsla( value: HslaColor | number, saturation?: number, lightness?: number, alpha?: number, ): string; export default hsla;