UNPKG

vue-renderer-markdown

Version:

A Vue 3 component that renders Markdown string content as HTML, supporting custom components and advanced markdown features.

21 lines 703 B
interface LinkNode { type: 'link'; href: string; title: string | null; text: string; children: { type: string; raw: string; }[]; raw: string; } type __VLS_Props = { node: LinkNode; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { copy: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onCopy?: (...args: any[]) => any; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLAnchorElement>; export default _default; //# sourceMappingURL=LinkNode.vue.d.ts.map