@novin-dev/formalite
Version:
Generate MUI form with few line of code
5 lines (4 loc) • 365 B
TypeScript
declare const customRender: (ui: any, options?: Object) => import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
export * from "@testing-library/react";
export { customRender as render };
export declare const createSelection: (field: HTMLInputElement, start: number, end: number) => void;