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