UNPKG

mx-ui-components

Version:

mobius ui library

10 lines (9 loc) 265 B
declare class WrapperComponent extends HTMLElement { private state; constructor(); connectedCallback(): void; setState(key: string, value: any): void; getState(key: string): any; private notifyStateChange; } export default WrapperComponent;