UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

4 lines (3 loc) 193 B
import { EditorExtension } from '../index.js'; export declare const basic: (history?: import('../extensions/commands.js').EditHistory) => EditorExtension[]; export declare const style: string;