The API reference is a Work in Progress and will be continuously improved and extended. We'd love to hear your feedback in our documentation repository.
Home > @edtr-io/renderer-ssr > render
render() function
Signature:export declare function render<K extends string = string>(
props: RendererProps<K>
): {
styles: string
html: string
}
Parameters
Parameter | Type | Description |
---|---|---|
props | RendererProps<K> | The renderer props |
{ styles: string; html: string; }