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"