UNPKG

vue-renderer-markdown

Version:

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

17 lines 636 B
interface NodeChild { type: string; raw: string; [key: string]: unknown; } type __VLS_Props = { node: { type: 'heading'; level: number; text: string; children: NodeChild[]; raw: string; }; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=HeadingNode.vue.d.ts.map