UNPKG

react-carousel-query

Version:

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

7 lines (4 loc) 203 B
import { HslColor } from '../types/color'; import { HslaColor } from '../types/color'; declare function hslToColorString(color: HslColor | HslaColor | number): string; export default hslToColorString;