UNPKG

@kitten-science/kitten-scientists

Version:

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

13 lines 537 B
import type { KittenScientists } from "../../KittenScientists.js"; import { UiComponent, type UiComponentOptions } from "./UiComponent.js"; export declare class Container extends UiComponent { readonly element: JQuery; /** * Constructs a simple container element without any special properties. * * @param host A reference to the host. * @param options Options for the container. */ constructor(host: KittenScientists, options?: Partial<UiComponentOptions>); } //# sourceMappingURL=Container.d.ts.map