UNPKG

@launchmenu/core

Version:

An environment for visual keyboard controlled applets

7 lines 239 B
import { IMenuViewProps } from "./_types/IMenuViewProps"; import { LFC } from "../../_types/LFC"; /** * A standard simple view for a menu */ export declare const MenuView: LFC<IMenuViewProps>; //# sourceMappingURL=MenuView.d.ts.map