UNPKG

@kitten-science/kitten-scientists

Version:

Add-on for the wonderful incremental browser game: https://kittensgame.com/web/

16 lines 638 B
import type { KittenScientists } from "../KittenScientists.js"; import { UiComponent } from "./components/UiComponent.js"; import { StateManagementUi } from "./StateManagementUi.js"; export declare class UserInterface extends UiComponent { readonly showActivity: JQuery; private _engineUi; private _sections; stateManagementUi: StateManagementUi; private _refreshTimeout; constructor(host: KittenScientists); toString(): string; destroy(): void; requestRefresh(_withChildren?: boolean, depth?: number, _trace?: boolean): void; forceFullRefresh(): void; } //# sourceMappingURL=UserInterface.d.ts.map