UNPKG

katex

Version:

Fast math typesetting for the web.

9 lines (5 loc) 257 B
import type {CharacterMetricsTuple, FontName} from "./types/fonts"; type FontMetrics = Record<number, CharacterMetricsTuple>; declare const fontMetricsData: Record<FontName, FontMetrics> & Record<string, FontMetrics>; export default fontMetricsData;