MCPcopy
hub / github.com/cssinjs/jss / toString

Method toString

packages/jss/src/index.d.ts:260–260  ·  view source on GitHub ↗

* Convert rules to a CSS string.

(options?: ToCssOptions)

Source from the content-addressed store, hash-verified

258 * Convert rules to a CSS string.
259 */
260 toString(options?: ToCssOptions): string
261}
262
263export interface JssOptions {

Callers 15

toStringMethod · 0.65
toStringMethod · 0.65
index.test.jsFile · 0.65
index.test.jsFile · 0.65
registerClassFunction · 0.65
index.test.jsFile · 0.65
iterateFunction · 0.65
index.test.jsFile · 0.65

Implementers 1

StyleSheetpackages/jss/src/StyleSheet.js

Calls

no outgoing calls

Tested by

no test coverage detected