UNPKG

@launchmenu/applet-notes

Version:
9 lines 414 B
import { ICategory } from "@launchmenu/core"; import { NoteCategory } from "../dataModel/NoteCategory"; /** * Creates a LM menu category for a given note category * @param category The note category to create the LM category for * @returns The LM category */ export declare function createNoteCategoryCategory(category: NoteCategory): ICategory; //# sourceMappingURL=createNoteCategoryCategory.d.ts.map