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