UNPKG

react-carousel-query

Version:

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

10 lines (7 loc) 171 B
import { HslColor } from '../types/color'; declare function hsl( value: HslColor | number, saturation?: number, lightness?: number, ): string; export default hsl;