interface ElementCreationOptions {
    customElementRegistry?: CustomElementRegistry;
    is?: string;
}
Index

Properties

customElementRegistry?: CustomElementRegistry
is?: string