@umijs/renderer-react
Advanced tools
Comparing version 4.3.12 to 4.3.13
@@ -91,2 +91,2 @@ import { History } from 'history'; | ||
*/ | ||
export declare function renderClient(opts: RenderClientOpts): (() => JSX.Element) | undefined; | ||
export declare function renderClient(opts: RenderClientOpts): (() => React.JSX.Element) | undefined; |
import React from 'react'; | ||
import { IHtmlProps } from './types'; | ||
export declare function Html({ children, loaderData, manifest, htmlPageOpts, __INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, mountElementId, }: React.PropsWithChildren<IHtmlProps>): JSX.Element; | ||
export declare function Html({ children, loaderData, manifest, htmlPageOpts, __INTERNAL_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, mountElementId, }: React.PropsWithChildren<IHtmlProps>): React.JSX.Element; |
@@ -0,2 +1,3 @@ | ||
import React from 'react'; | ||
import { IRootComponentOptions } from './types'; | ||
export declare function getClientRootComponent(opts: IRootComponentOptions): Promise<JSX.Element>; | ||
export declare function getClientRootComponent(opts: IRootComponentOptions): Promise<React.JSX.Element>; |
{ | ||
"name": "@umijs/renderer-react", | ||
"version": "4.3.12", | ||
"version": "4.3.13", | ||
"description": "@umijs/renderer-react", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-react#readme", |
45490
1088