react-carousel-query
Version: 
A infinite carousel component made with react that handles the pagination for you.
5 lines (4 loc) • 345 B
TypeScript
export function parse(text: string, reviver?: (this: any, key: string, value: any) => any): any;
export function stringify(value: any, replacer?: (string | number)[] | ((this: any, key: string, value: any) => any), space?: string | number | undefined): string;
export function toJSON(value: any): any;
export function fromJSON(value: any): any;