react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
14 lines (13 loc) • 318 B
TypeScript
interface PresetOptions {
configDir?: string;
docs?: boolean;
controls?: boolean;
actions?: boolean;
backgrounds?: boolean;
viewport?: boolean;
toolbars?: boolean;
measure?: boolean;
outline?: boolean;
}
export declare function addons(options?: PresetOptions): string[];
export {};