UNPKG

react-carousel-query

Version:

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

10 lines (8 loc) 199 B
declare interface RadialGradientConfiguration { colorStops: Array<string>; extent?: string; fallback?: string; position?: string; shape?: string; } export { RadialGradientConfiguration };