UNPKG

prism-react-editor

Version:

Lightweight, extensible code editor component for React apps

5 lines (4 loc) 183 B
import { CompletionSource } from '../types'; /** Completion source that adds completion of JSDoc tags. */ declare const jsDocCompletion: CompletionSource; export { jsDocCompletion };