pantoken / formats/components/src / iconCss
Variable: iconCss
consticonCss: (this,options?) =>string=icon.css
Beta
The icon utility as a standalone, header-wrapped stylesheet.
The standalone, header-wrapped stylesheet — what the exported xxxCss returns. Declared this: void because it's a plain closure (no receiver): callers bind it as export const buttonCss = button.css, so the annotation tells the linter the free-floating reference is safe.
Parameters
this
void
options?
Returns
string