Skip to content

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

Hàm: toThemeKey()

toThemeKey(name): string

Thử nghiệm

Chuyển --instui-color-background-brand thành colorBackgroundBrand.

Tham số

name

string

Trả về

string

Ví dụ

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

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