@umijs/renderer-react
Advanced tools
Comparing version 4.3.20 to 4.3.21
@@ -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; |
{ | ||
"name": "@umijs/renderer-react", | ||
"version": "4.3.20", | ||
"version": "4.3.21", | ||
"description": "@umijs/renderer-react", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/umijs/umi/tree/master/packages/renderer-react#readme", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
46037