UNPKG

react-carousel-query

Version:

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

7 lines (5 loc) 146 B
declare module 'ansi-to-html'; declare class AnsiToHtml { constructor(options: { escapeHtml: boolean }); toHtml: (ansi: string) => string; }