Skip to main content
type NestedTokenObject = {
[key: string]: 
  | TokenValue
  | NestedTokenObject;
};
Represents a nested structure of theme values.

Index Signature

[key: string]: 
  | TokenValue
  | NestedTokenObject