UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

7 lines (6 loc) 129 B
/** * Create DOM from a html string. * @param str * @returns */ export declare function createDOM(str: string): HTMLElement;