interface Tag {
    classRef: { prototype: HTMLElement; new (): HTMLElement };
    name?: string;
}

Properties

Properties

classRef: { prototype: HTMLElement; new (): HTMLElement }
name?: string