UNPKG

typed-factorio

Version:

Featureful typescript definitions for the Factorio modding api.

13 lines (9 loc) 335 B
/** @noSelfInFile */ /** @noResolution */ declare module "mod-gui" { import { FlowGuiElement, FrameGuiElement, LuaPlayer } from "factorio:runtime" const button_style: string const frame_style: string function get_button_flow(player: LuaPlayer): FrameGuiElement function get_frame_flow(player: LuaPlayer): FlowGuiElement }