UNPKG

@launchmenu/applet-dictionary

Version:
9 lines 359 B
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