UNPKG

@armandoroman1016/react-multi-step-form

Version:

React Multi Step is a NPM package for easily building multi-step-forms with React. This package will provide you the Components and utilities to quickly build a multi-step-form.

12 lines (11 loc) 472 B
import * as React from "react"; import { RenderOptions, RenderResult } from "@testing-library/react"; import { formCtx } from "../contexts/FormContext"; export declare let testCtx: typeof formCtx; interface Options { providerProps?: Record<string, unknown>; renderOptions?: RenderOptions; } declare function customRender(ui: React.ReactElement, options: Options): RenderResult; export * from "@testing-library/react"; export { customRender as render };