UNPKG

@kitten-science/kitten-scientists

Version:

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

9 lines 344 B
import type { KittenScientists } from "./KittenScientists.js"; import type { GameTab, TabId } from "./types/index.js"; export declare class TabManager<TTab extends GameTab = GameTab> { private readonly _host; tab: TTab; constructor(host: KittenScientists, name: TabId); render(): this; } //# sourceMappingURL=TabManager.d.ts.map