UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

5 lines (4 loc) 197 B
import { AttributeConfig, TagConfig } from '../types.js'; declare const globalMathMLAttributes: AttributeConfig; declare const mathMLTags: TagConfig; export { globalMathMLAttributes, mathMLTags };