UNPKG

@hint/utils-dom

Version:
5 lines 295 B
import { HTMLElement } from './htmlelement'; import { HTMLDocument } from './htmldocument'; import { ElementData } from './types'; export declare const createElement: (name: string, owner: HTMLDocument, data?: ElementData | undefined) => HTMLElement; //# sourceMappingURL=create-element.d.ts.map