UNPKG

@downforce/webx

Version:

Awesome Web Components and Custom Elements

8 lines 336 B
import { WebElement } from '@downforce/web/element'; export declare class HtmlSandbox extends WebElement { constructor(); connectedCallback(): void; } export declare function onContentChange(element: HTMLElement): void; export declare function onHashChange(element: HTMLElement): void; //# sourceMappingURL=html-sandbox.d.ts.map