@launchmenu/core
Version:
An environment for visual keyboard controlled applets
7 lines • 335 B
TypeScript
import { LFC } from "../../_types/LFC";
import { IApplicationLayoutProps } from "./_types/IApplicationLayoutProps";
/**
* A component to make up the application layout and handle opening an closing of panes
*/
export declare const ApplicationLayout: LFC<IApplicationLayoutProps>;
//# sourceMappingURL=ApplicationLayout.d.ts.map