umd-styles-library
    Preparing search index...

    Interface TransformVariableOptions

    Options for the fromTokens function

    interface TransformVariableOptions {
        formatKey?: (key: string, kebabCase: boolean) => string;
        kebabCase?: boolean;
    }
    Index

    Properties

    formatKey?: (key: string, kebabCase: boolean) => string
    kebabCase?: boolean