UNPKG

design-token-inspector

Version:

UI components built for inspecting design tokens in a live application

11 lines (10 loc) 183 B
export type Variable = { name: string; formattedName?: string; value: string; property: string; selector: { text: string; index: number; }; };