Type Alias: SemanticTokens
SemanticTokens =
ThemeTokensV2["semantic"]
Defined in: Types.ts:808
The semantic token layer of a theme. This is the only part of the token
system that components should consume — never core.* tokens directly.
Obtain via useTokens() inside a <ThemeProvider theme={...}>.
See
useTokens