UNPKG

@kitten-science/kitten-scientists

Version:

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

15 lines 734 B
import type { SupportedLocale } from "../Engine.js"; import type { ResetSettings } from "../settings/ResetSettings.js"; import type { SettingOptions } from "../settings/Settings.js"; import { SettingsPanel } from "./components/SettingsPanel.js"; import type { UiComponent } from "./components/UiComponent.js"; export declare class ResetSettingsUi extends SettingsPanel<ResetSettings> { private readonly _bonfireUi; private readonly _religionUi; private readonly _resourcesUi; private readonly _spaceUi; private readonly _timeUi; private readonly _upgradesUi; constructor(parent: UiComponent, settings: ResetSettings, locale: SettingOptions<SupportedLocale>); } //# sourceMappingURL=ResetSettingsUi.d.ts.map