UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

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