pantoken / packages/utils/src / TokenUtilityGroup
Interface: TokenUtilityGroup
Beta
A set of tokens that all map to one CSS property (e.g. every --instui-font-weight-* → font-weight).
Properties
property
property:
string
Beta
The CSS property the tokens set (e.g. "font-weight", "border-radius", "box-shadow").
tokens
tokens: readonly
string[]
Beta
Full token names (e.g. "--instui-font-weight-body-strong"); the --instui- tail becomes the class.