Skip to content
On this page

Home > @plaidev/karte-action-sdk > getCssVariables

getCssVariables() function

Signature:

typescript
declare function getCssVariables(data: {
    [key: string]: string | number;
}): string;

Parameters

ParameterTypeDescription
data{ [key: string]: string | number; }

Returns:

string