mx-ui-components
Version:
mobius ui library
23 lines (22 loc) • 646 B
TypeScript
import BaseComponent from "../Counter/BaseComponent";
declare class MobiusVideo extends BaseComponent {
private _src;
private _controls;
private _autoplay;
private _loop;
private _muted;
private _type;
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 MobiusVideo;