UNPKG

@matechat/core

Version:

前端智能化场景解决方案UI库,轻松构建你的AI应用。

3 lines (2 loc) 112 B
import { type VNode } from 'vue'; export declare const htmlToVNode: (htmlString: string) => (VNode | string)[];