UNPKG

react-carousel-query

Version:

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

7 lines (6 loc) 233 B
import { CborEncoderStable } from './CborEncoderStable'; export declare class CborEncoderDag extends CborEncoderStable { writeUndef(): void; writeFloat(float: number): void; writeTag(tag: number, value: unknown): void; }