@launchmenu/core
Version:
An environment for visual keyboard controlled applets
7 lines • 344 B
TypeScript
import { LFC } from "../../_types/LFC";
import { IMenuItemLayoutProps } from "./_types/IMenuItemLayoutProps";
/**
* The standard layout for menu items, having the icon on the left, and vertically stacked content on the right
*/
export declare const MenuItemLayout: LFC<IMenuItemLayoutProps>;
//# sourceMappingURL=MenuItemLayout.d.ts.map