UNPKG

react-carousel-query

Version:

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

14 lines (12 loc) 338 B
import * as prettyFormat from 'pretty-format' export function prettyDOM( dom?: Element | HTMLDocument, maxLength?: number, options?: prettyFormat.OptionsReceived, ): string | false export function logDOM( dom?: Element | HTMLDocument, maxLength?: number, options?: prettyFormat.OptionsReceived, ): void export {prettyFormat}