Skip to main content

SemanticToken

type
type SemanticToken = { [Category in keyof SemanticTokens]: { [Key in keyof SemanticTokens[Category]]: `$${Category & string}.${Key & string}` }[keyof SemanticTokens[Category]] }[keyof SemanticTokens]

Import

import { SemanticToken } from '@modular/sdk/ui';