UNPKG

114 BTypeScriptView Raw
1/** Creates a deep clone of an element. */
2export declare function deepCloneNode(node: HTMLElement): HTMLElement;