@launchmenu/applet-dictionary
Version:
An applet to find dictionary definitions
9 lines • 359 B
TypeScript
import { INode } from "../_types/INode";
/**
* Retrieves the items in a node
* @param node The node to get the items from
* @param getItem Retrieves the item data from a given node
* @returns The obtained items
*/
export declare function getListItems<T>(node: INode, getItem: (node: Element) => T): T[];
//# sourceMappingURL=getListItems.d.ts.map