Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 510 Bytes

webViewRender.md

File metadata and controls

24 lines (13 loc) · 510 Bytes

APIDocs


Function: webViewRender()

webViewRender(root): string

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: ComponentChild

Returns

string

Defined in

src/web/preact.ts:17