mx-ui-components
Version:
mobius ui library
19 lines (18 loc) • 566 B
TypeScript
import BaseComponent from "../Counter/BaseComponent";
declare class MobiusBanner extends BaseComponent {
private _value;
private _class;
private props;
private events;
private propertyUpdaters;
constructor();
static get observedAttributes(): string[];
attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void;
private setProperty;
private updateProps;
private updateBindings;
private updateEvents;
connectedCallback(): void;
private render;
}
export default MobiusBanner;