react-hook-form-mantine
Version:
React hook form wrapper for Mantine components
6 lines (5 loc) • 370 B
TypeScript
/// <reference types="react" />
declare function customRender(ui: React.ReactElement, options?: {}): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
export * from "@testing-library/react";
export { default as userEvent } from "@testing-library/user-event";
export { customRender as render };