A flattened representation of the Tokens type, where keys are kebab-cased paths and all values are strings.
const themeOverrides: Partial<Flattened<typeof tokens>> = { 'colors-brand-primary': string; 'fontFamily-sans': string;} Copy
const themeOverrides: Partial<Flattened<typeof tokens>> = { 'colors-brand-primary': string; 'fontFamily-sans': string;}
A flattened representation of the Tokens type, where keys are kebab-cased paths and all values are strings.