UNPKG

@launchmenu/applet-notes

Version:
11 lines 624 B
import { ICategory } from "@launchmenu/core"; import { NoteCategory } from "../../dataModel/NoteCategory"; import { IAddNoteCallback } from "../actionHandlers/_types/IAddNoteExecuteData"; /** * Creates a LM menu category for a given note category * @param category The note category to create the LM category for * @param onCreateInCategory A callback for when an item is created in this category * @returns The LM category */ export declare function createNoteCategoryCategory(category: NoteCategory, onCreateInCategory?: IAddNoteCallback): ICategory; //# sourceMappingURL=createNoteCategoryCategory.d.ts.map