UNPKG

prism-code-editor-lightweight

Version:

Lightweight, extensible code editor component for the web using Prism

5 lines (3 loc) 123 B
import { CompletionSource } from '../types'; declare const jsDocCompletion: CompletionSource; export { jsDocCompletion };