Skip to content

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

関数: toThemeKey()

toThemeKey(name): string

実験的

--instui-color-background-brandcolorBackgroundBrand に変換する.

パラメーター

name

string

戻り値

string

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

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