UNPKG

vue-hooks-plus

Version:
5 lines (4 loc) 223 B
import { Ref, createApp, VueElement } from 'vue'; export default function usePreview(md: Parameters<typeof createApp> | Ref<string> | string | VueElement): { container: Ref<Element | undefined, Element | undefined>; };