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"