UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

4 lines (3 loc) 214 B
import React from 'react'; import { HtmlManager } from '../../manager'; export declare function mountWithManager(element: React.ReactElement<any>, manager: HtmlManager): import("@shopify/react-testing").Root<any>;