MCPcopy Create free account
hub / github.com/adobe/react-spectrum / toJS

Method toJS

packages/@react-spectrum/s2/style/style-macro.ts:853–853  ·  view source on GitHub ↗
(allowedOverridesSet: Set<string>, indent?: string)

Source from the content-addressed store, hash-verified

851 getStaticClassName(): string;
852 toCSS(rulesByLayer: Map<string, string[]>, preludes?: string[], layer?: string): void;
853 toJS(allowedOverridesSet: Set<string>, indent?: string): string;
854 copy(): Rule;
855}
856

Callers 3

toJSMethod · 0.65
toJSMethod · 0.65
toJSMethod · 0.65

Implementers 2

StyleRulepackages/@react-spectrum/s2/style/styl
GroupRulepackages/@react-spectrum/s2/style/styl

Calls

no outgoing calls

Tested by

no test coverage detected