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"