ixfx
    Preparing search index...

    Type Alias DomCreateOptions

    type DomCreateOptions = {
        parentEl: string | HTMLElement;
        tagName: string;
    }
    Index

    Properties

    Properties

    parentEl: string | HTMLElement
    tagName: string