Docs (4.0.0)
class WebTheme method

importStylesheets

Imports an additional set of style sheets from the provided list of URLs.

static

static importStylesheets(urls: string[]): void

Note
Stylesheets can also be imported using the options callback provided to useWebContext().

Related