UNPKG

@bos-alpha/data

Version:

数据管理

9 lines (8 loc) 174 B
interface PropsType { onConfirm?: () => void; } /** * 批量创建关联关系 */ export declare const EdgeBatch: ({ onConfirm }: PropsType) => JSX.Element; export {};