Skip to content

pantoken / design/figma/src / FigmaVariable

接口: FigmaVariable

实验性

有效负载中的 Figma 变量。

属性

name

name: string

实验性


type

type: "COLOR" | "FLOAT" | "STRING"

实验性


valuesByMode

valuesByMode: Record<string, FigmaColor | number | string>

实验性