@ant-design/x
Version:
Craft AI-driven interfaces effortlessly
7 lines (6 loc) • 308 B
TypeScript
import React from 'react';
import type { ActionsItemProps, ItemType } from './interface';
/** Tool function: Find data item by path */
export declare const findItem: (keyPath: string[], items: ItemType[]) => ItemType | null;
declare const ActionsMenu: React.FC<ActionsItemProps>;
export default ActionsMenu;