UNPKG

@department-of-veterans-affairs/mobile-tokens

Version:
14 lines (12 loc) 374 B
import { family } from './family' import { letterSpacing } from './letterSpacing' import { lineHeight } from './lineHeight' import { size } from './size' import { typography } from './typography' export declare const font: { family: typeof family letterSpacing: typeof letterSpacing lineHeight: typeof lineHeight size: typeof size typography: typeof typography }