UNPKG

planby

Version:

<div align="center" style="margin-bottom: 10px"> <a href="https://www.npmjs.com/package/planby"> <img src="https://i.postimg.cc/J0XMPHNQ/planby-logo.png" alt="Planby logo" /> </a> </div>

6 lines (5 loc) 291 B
import React from "react"; import userEvent from "@testing-library/user-event"; declare const customRender: (ui: React.ReactElement, options?: Pick<any, string | number | symbol> | undefined) => any; export * from "@testing-library/react"; export { customRender as render, userEvent };