Skip to content

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

פונקציה: toThemeKey()

toThemeKey(name): string

ניסיוני

הפוך את --instui-color-background-brand ל-colorBackgroundBrand.

פרמטרים

name

string

מחזיר

string

דוגמה

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

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