Skip to content

pantoken / formats/tokens/src / byTheme

Hàm: byTheme()

byTheme(theme): Token[]

Beta

Tra cứu IR của theme theo tên.

Tham số

theme

Theme

Trả về

Token[]

Ví dụ

ts
import { byTheme } from "@pantoken/tokens";
import { toScss } from "@pantoken/scss";

toScss(byTheme("canvas"), { mode: "dark" });