UNPKG

react-carousel-query

Version:

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

12 lines (9 loc) 267 B
import { SideKeyword } from './sideKeyword'; declare interface TriangleConfiguration { backgroundColor?: string; foregroundColor: string; height: number | string; width: number | string; pointingDirection: SideKeyword; } export { TriangleConfiguration };