UNPKG

prism-code-editor-lightweight

Version:

Lightweight, extensible code editor component for the web using Prism

5 lines (3 loc) 147 B
import { PrismEditor } from '../index.js'; export declare const addExtensions: (editor: PrismEditor) => void; export declare const style: string;