@a11d/non-inertable-component
Version:
A non-inertable Lit component
6 lines • 303 B
TypeScript
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