UNPKG

@kitten-science/kitten-scientists

Version:

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

14 lines 599 B
import { UiComponent, type UiComponentOptions } from "../UiComponent.js"; export type PaddingButtonOptions = ThisType<PaddingButton> & UiComponentOptions; export declare class PaddingButton extends UiComponent { readonly options: PaddingButtonOptions; /** * 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(parent: UiComponent, options?: PaddingButtonOptions); toString(): string; } //# sourceMappingURL=PaddingButton.d.ts.map