UNPKG

mml-to-chtml

Version:
11 lines (9 loc) 243 B
declare module "mml-to-chtml" { interface options { width?: number, ex?: number, em?: number, fontURL?: string } export default function MMLToCHTML(str: string, opts?: options): string; }