@downforce/webx
Version:
Awesome Web Components and Custom Elements
10 lines • 345 B
TypeScript
import { WebElement } from '@downforce/web/element';
export declare class HtmlSandbox extends WebElement {
static getImplementation(): {
onContentChange(element: HTMLElement): void;
onHashChange(element: HTMLElement): void;
};
constructor();
connectedCallback(): void;
}
//# sourceMappingURL=html-sandbox.d.ts.map