@launchmenu/applet-notes
Version:
An applet to make short notes
8 lines • 378 B
TypeScript
import { LaunchMenu } from "@launchmenu/core";
/**
* Sets up the standard notes to be displayed
* @param LM The LaunchMenu instance to retrieve data from
* @returns A function that can be invoked to restore the previous notes
*/
export declare function setupStandardNotes(LM: LaunchMenu): Promise<() => Promise<void>>;
//# sourceMappingURL=setupStandardNotes.d.ts.map