Type Alias DomCreateOptions

DomCreateOptions: {
    parentEl: string | HTMLElement;
    tagName: string;
}