Home > utils > htmlToDocumentFragment
将 HTML 字符串转为 DocumentFragment。
Signature:
export declare function htmlToDocumentFragment(html: string): DocumentFragment;
Returns:
DocumentFragment