vue-markdown-wasm
Version:
markdown-wasm for vue 2 & 3
17 lines • 518 B
TypeScript
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