@kitten-science/kitten-scientists
Version:
Add-on for the wonderful incremental browser game: https://kittensgame.com/web/
12 lines • 696 B
TypeScript
import type { SupportedLocale } from "../Engine.js";
import type { SettingOptions } from "../settings/Settings.js";
import type { TradeSettings } from "../settings/TradeSettings.js";
import { SettingsPanel } from "./components/SettingsPanel.js";
import { SettingTriggerListItem } from "./components/SettingTriggerListItem.js";
import type { UiComponent } from "./components/UiComponent.js";
export declare class TradeSettingsUi extends SettingsPanel<TradeSettings, SettingTriggerListItem> {
private _racePanels;
constructor(parent: UiComponent, settings: TradeSettings, locale: SettingOptions<SupportedLocale>);
private _getTradeOption;
}
//# sourceMappingURL=TradeSettingsUi.d.ts.map