@primer/primitives
Version:
Typography, spacing, and color primitives for Primer design system
8 lines (7 loc) • 325 B
TypeScript
import type { Preprocessor } from 'style-dictionary/types';
/**
* Preprocessor that inherits group-level $description and $extensions to child tokens.
* This enables W3C Design Tokens group properties to be available on individual tokens
* during formatting.
*/
export declare const inheritGroupProperties: Preprocessor;