UNPKG

react-carousel-query

Version:

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

5 lines (4 loc) 143 B
import { PresetConfig } from '../types'; export declare function loadCustomPresets({ configDir }: { configDir: string; }): PresetConfig[];