UNPKG

vue-markdown-wasm

Version:
17 lines 518 B
import { Slots, VNode, VNodeProps } from 'vue-demi'; interface Options extends VNodeProps { class?: string; domProps?: VNodeProps; on?: Record<string, () => void>; props?: VNodeProps; style?: string; innerHTML?: any; 'aria-hidden'?: string; } /** * hDemi function. */ export default function h(type: string | Record<any, any>, options?: Options, chidren?: (VNode | string)[]): VNode; export declare const slot: (defaultSlots: any) => Slots; export {}; //# sourceMappingURL=h-demi.d.ts.map