UNPKG

129 BTypeScriptView Raw
1/**
2 * Create DOM from a html string.
3 * @param str
4 * @returns
5 */
6export declare function createDOM(str: string): HTMLElement;