UNPKG

react-carousel-query

Version:

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

9 lines (6 loc) 217 B
declare module 'ansi-to-html'; declare module '@storybook/preview-web/dist/cjs/PreviewWeb.mockdata'; declare class AnsiToHtml { constructor(options: { escapeHtml: boolean }); toHtml: (ansi: string) => string; }