@launchmenu/applet-notes
Version:
An applet to make short notes
9 lines • 425 B
TypeScript
import { IMenuItem } from "@launchmenu/core";
import { NoteCategory } from "../../dataModel/NoteCategory";
/**
* Creates a new note category menu item
* @param category The category to create the management for
* @returns The menu item to configure the note category
*/
export declare function createNoteCategoryMenuItem(category: NoteCategory): IMenuItem;
//# sourceMappingURL=createNoteCategoryMenuItem.d.ts.map