Interface CustomElementConstructor
interface CustomElementConstructor {
new CustomElementConstructornew (...params: any[]): HTMLElement;
}
new CustomElementConstructornew (...params: any[]): HTMLElement;
}
Index
Constructors
Constructors
constructor
- new
Custom (...params): HTMLElementElement Constructor Parameters
Rest
...params: any[]
Returns HTMLElement