vue-renderer-markdown
Version:
A Vue 3 component that renders Markdown string content as HTML, supporting custom components and advanced markdown features.
15 lines • 667 B
TypeScript
type __VLS_Props = {
visible: boolean;
anchorEl: HTMLElement | null;
content: string;
placement?: 'top' | 'bottom' | 'left' | 'right';
offset?: number;
originX?: number | null;
originY?: number | null;
id?: string | null;
};
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, {
tooltip: HTMLDivElement;
}, any>;
export default _default;
//# sourceMappingURL=Tooltip.vue.d.ts.map