react-carousel-query
Version:
A infinite carousel component made with react that handles the pagination for you.
5 lines (4 loc) • 348 B
TypeScript
/// <reference types="react" />
import { RendererProps, WrapperComponent } from '../types/react';
declare function createTestHarness<TProps, TResult>({ callback, setValue, setError }: RendererProps<TProps, TResult>, Wrapper?: WrapperComponent<TProps>, suspense?: boolean): (props?: TProps | undefined) => JSX.Element;
export { createTestHarness };