CDP Frontend SDK
    Preparing search index...

    Type Alias Flattened<T>

    Flattened: { [K in KebabCasePaths<T>]: string }

    A flattened representation of the Tokens type, where keys are kebab-cased paths and all values are strings.

    Type Parameters

    • T extends Record<string, unknown>
    const themeOverrides: Partial<Flattened<typeof tokens>> = {
    'colors-brand-primary': string;
    'fontFamily-sans': string;
    }