type Flattened<T> = { [K in KebabCasePaths<T>]: string };
T
Record
string
unknown
const themeOverrides: Partial<Flattened<typeof tokens>> = { 'colors-brand-primary': string; 'fontFamily-sans': string; }
Was this page helpful?