UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

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