MCPcopy
hub / github.com/adobe/react-spectrum / Rule

Interface Rule

packages/@react-spectrum/style-macro-s1/src/style-macro.ts:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467interface Rule {
468 prelude: string;
469 condition: string;
470 body: string | Rule[];
471}
472
473// Generate a class name from a number, e.g. index within the theme.
474// This maps to an alphabet containing lower case letters, upper case letters, and numbers.

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected