UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

7 lines (6 loc) 283 B
import type { PlatformConfig } from 'style-dictionary/types'; export declare const log: { info: (message: string, config?: PlatformConfig) => void; warning: (message: string, config?: PlatformConfig) => void; error: (message: string, config?: PlatformConfig) => void; };