UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

9 lines (8 loc) 426 B
import type { Transform } from 'style-dictionary/types'; /** * @description retrieves figma attributes from token and adds them to attributes * @type attribute transformer — [StyleDictionary.AttributeTransform](https://github.com/amzn/style-dictionary/blob/main/types/Transform.d.ts) * @matcher matches all tokens * @transformer returns ab object of figma attributes */ export declare const figmaAttributes: Transform;