Skip to content

pantoken / formats/components/src / elevationDeclarations

Hàm: elevationDeclarations()

elevationDeclarations(): [string, string][]

Beta

Các cặp tên/giá trị --instui-elevation-* (mỗi cái là một box-shadow nhiều lớp). Giá trị tham chiếu các token màu đổ bóng chủ đề, nên chúng tự điều chỉnh theo chủ đề ở bất cứ nơi nào một bảng token được nạp.

Trả về

[string, string][]

Một cặp [customProperty, value] cho mỗi cấp độ và bí danh.

Ví dụ

ts
import { elevationDeclarations } from "@pantoken/utils";

elevationDeclarations(); // [["--instui-elevation-resting", "…"], ["--instui-elevation-above", "…"], …]