UNPKG

vue-renderer-markdown

Version:

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

25 lines 885 B
type __VLS_Props = { node: { type: 'code_block'; language: string; code: string; }; maxHeight?: string | null; loading?: boolean; }; 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; }>, { loading: boolean; maxHeight: string | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { modeContainerRef: HTMLDivElement; mermaidContainer: HTMLDivElement; mermaidWrapper: HTMLDivElement; mermaidContent: HTMLDivElement; modalContent: HTMLDivElement; }, HTMLDivElement>; export default _default; //# sourceMappingURL=MermaidBlockNode.vue.d.ts.map