UNPKG

vue-codemirror6

Version:

CodeMirror6 Component for vue2 and vue3.

5 lines (4 loc) 230 B
import { default as Meta } from './Meta'; import { default as CodeMirror } from './components/CodeMirror'; declare const installCodeMirror: (app: any) => void; export { CodeMirror as default, installCodeMirror as install, Meta };