Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 486 Bytes

File metadata and controls

24 lines (13 loc) · 486 Bytes

API


Function: webViewRender()

webViewRender(root): string

Defined in: src/web/react.ts:18

The entry point of web file

This statement is detected by babelTransformer as an entry point All dependencies are resolved, compressed and stringified into one file

Parameters

root

ReactElement

Returns

string