@launchmenu/applet-notes
Version:
An applet to make short notes
9 lines • 450 B
TypeScript
import { IMenuItem } from "@launchmenu/core";
import { NotesSource } from "../../dataModel/NotesSource";
/**
* Creates a new menu item that can be used to edit the categories of notes
* @param notesSource The notes source to be edited
* @returns The item to open the categories editors
*/
export declare function createEditCategoriesMenuItem(notesSource: NotesSource): IMenuItem;
//# sourceMappingURL=createEditCategoriesMenuItem.d.ts.map