UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

16 lines (15 loc) 788 B
export {startApplication} from "../../../windowController/app"; export {standardWindowSize} from "../../../windowController/standardWindowSize"; export {launch} from "../../../windowController/launcher"; export {WindowController} from "../../../windowController/WindowController"; import {startApplication} from "../../../windowController/app"; import {standardWindowSize} from "../../../windowController/standardWindowSize"; import {launch} from "../../../windowController/launcher"; import {WindowController} from "../../../windowController/WindowController"; declare const __default: { startApplication: typeof startApplication, standardWindowSize: typeof standardWindowSize, launch: typeof launch, WindowController: typeof WindowController } export default __default;