@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
14 lines • 475 B
TypeScript
import type { KittenScientists } from "../../KittenScientists.js";
import { UiComponent } from "./UiComponent.js";
export declare class Delimiter extends UiComponent {
readonly element: JQuery;
/**
* Constructs a `Delimiter`.
*
* @param host A reference to the host.
* @param label The label on the fieldset.
* @param options Options for the fieldset.
*/
constructor(host: KittenScientists);
}
//# sourceMappingURL=Delimiter.d.ts.map