Skip to content

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

Funció: toThemeKey()

toThemeKey(name): string

Experimental

Converteix --instui-color-background-brand a colorBackgroundBrand.

Paràmetres

name

string

Retorna

string

Exemple

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

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