UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

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