UNPKG

@kitten-science/kitten-scientists

Version:

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

14 lines 890 B
import type { SupportedLocale } from "../Engine.js"; import type { SettingOptions } from "../settings/Settings.js"; import type { TimeControlSettings } from "../settings/TimeControlSettings.js"; import type { TimeSkipSettings } from "../settings/TimeSkipSettings.js"; import { SettingMaxTriggerListItem } from "./components/SettingMaxTriggerListItem.js"; import { SettingsPanel } from "./components/SettingsPanel.js"; import type { UiComponent } from "./components/UiComponent.js"; export declare class TimeSkipSettingsUi extends SettingsPanel<TimeSkipSettings, SettingMaxTriggerListItem> { private readonly _cycles; private readonly _seasons; private readonly _activeHeatTransferUI; constructor(parent: UiComponent, settings: TimeSkipSettings, locale: SettingOptions<SupportedLocale>, sectionSetting: TimeControlSettings); } //# sourceMappingURL=TimeSkipSettingsUi.d.ts.map