Skip to content

pantoken / renderers/css-in-js/src / toThemeKey

Funkcija: toThemeKey()

toThemeKey(name): string

Eksperimentalno

Pretvori --instui-color-background-brand v colorBackgroundBrand.

Parametri

name

string

Vrne

string

Primer

ts
import { toThemeKey } from "@pantoken/css-in-js";

toThemeKey("--instui-color-background-brand"); // "colorBackgroundBrand"