UNPKG

react-carousel-query

Version:

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

9 lines (6 loc) 188 B
import { ContrastScores } from '../types/color'; declare function meetsContrastGuidelines( color1: string, color2: string, ): ContrastScores; export default meetsContrastGuidelines;