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"