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