UNPKG

md-editor-v3

Version:

Markdown editor for vue3, developed in jsx and typescript, dark theme、beautify content by prettier、render articles directly、paste or clip the picture and upload it...

6 lines (5 loc) 241 B
import type { SetupContext } from 'vue'; import { EditorEmits, MdPreviewProps } from '../../MdEditor/type'; export declare const useExpose: (props: MdPreviewProps, ctx: SetupContext<EditorEmits>, options: { editorId: string; }) => void;