Skip to content

pantoken / packages/utils/src / TokenUtilityGroup

インターフェース: TokenUtilityGroup

ベータ

すべてが1つの CSS プロパティに対応するトークンの集合(例: すべての --instui-font-weight-*font-weight)。

プロパティ

property

property: string

ベータ

そのトークン集合が対象とする CSS プロパティ(例: "font-weight", "border-radius", "box-shadow")。


tokens

tokens: readonly string[]

ベータ

完全なトークン名(例: "--instui-font-weight-body-strong")。末尾の --instui- がクラス名になる。