UNPKG

smoosic

Version:

<sub>[Github site](https://github.com/Smoosic/smoosic) | [source documentation](https://smoosic.github.io/Smoosic/release/docs/modules.html) | [change notes](https://aarondavidnewman.github.io/Smoosic/changes.html) | [application](https://smoosic.github.i

11 lines 378 B
import { SmoConfiguration } from './configuration'; /** * Construct the DOM scaffolding for the application * @category SuiApplication */ export declare class SuiDom { static splash(config: SmoConfiguration): void; static get scrollRegionId(): string; static createUiDom(uiDomContainer: HTMLElement | string | undefined): void; } //# sourceMappingURL=dom.d.ts.map