Function: setRendererCss()
function setRendererCss(css): void;
Defined in: packages/element/src/styles.ts:38
Called once by the bundle entry (or by a host that imports the CSS itself).
Parameters
| Parameter | Type |
|---|---|
css | string |
Returns
void
function setRendererCss(css): void;
Defined in: packages/element/src/styles.ts:38
Called once by the bundle entry (or by a host that imports the CSS itself).
| Parameter | Type |
|---|---|
css | string |
void