@launchmenu/applet-dictionary
Version:
An applet to find dictionary definitions
10 lines • 437 B
TypeScript
import { IMenuItem } from "@launchmenu/core";
import { ILanguage } from "../_types/ILanguage";
/**
* Creates an item for the given dictionary term
* @param word The word to create an item for
* @param language The language to create a menu item for
* @returns The created menu item
*/
export declare function createWordMenuItem(word: string, language: ILanguage): IMenuItem;
//# sourceMappingURL=createWordMenuItem.d.ts.map