UNPKG

@kitten-science/kitten-scientists

Version:

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

13 lines 560 B
import type { KittenScientists } from "../../../KittenScientists.js"; import { UiComponent, type UiComponentOptions } from "../UiComponent.js"; export declare class PaddingButton extends UiComponent { readonly element: JQuery; /** * Constructs an empty element that provides padding identical to an icon button. * * @param host - A reference to the host. * @param options - Options for this button. */ constructor(host: KittenScientists, options?: Partial<UiComponentOptions>); } //# sourceMappingURL=PaddingButton.d.ts.map