UNPKG

@a11d/non-inertable-component

Version:
6 lines 303 B
import { Component } from '@a11d/lit'; export declare abstract class NonInertableComponent extends Component { static get observedAttributes(): string[]; attributeChangedCallback(name: string, old: string | null, value: string | null): void; } //# sourceMappingURL=NonInertableComponent.d.ts.map