interface ImportNodeOptions {
    customElementRegistry?: CustomElementRegistry;
    selfOnly?: boolean;
}
Index

Properties

customElementRegistry?: CustomElementRegistry
selfOnly?: boolean