UNPKG

mystjs

Version:
12 lines (11 loc) 307 B
import type { TargetKind } from '../mdast/state'; declare type Target = { id: string; name: string; kind: TargetKind; defaultReference: string; title?: string; number?: number; }; export declare const renderMath: (math: string, block: boolean, target?: Target) => string; export {};