UNPKG

prism-code-editor-lightweight

Version:

Lightweight, extensible code editor component for the web using Prism

9 lines (7 loc) 285 B
import { BasicExtension } from '../../types.js'; /** * Extension that adds a copy button to the editor. * Probably best used with a read-only editor. * You must also import styles from `prism-code-editor/copy-button.css`. */ export declare const copyButton: () => BasicExtension;