Interface ComponentDefinition

interface ComponentDefinition {
    setup?: Function;
    shadowDom?: ShadowRootInit;
    template?: string | HTMLTemplateElement;
}

Properties

setup?: Function
shadowDom?: ShadowRootInit
template?: string | HTMLTemplateElement