/// import { SetState } from 'ahooks/es/useSetState'; import { ProTableBuiltInActionType, ProTableTableActionType, ProTableBuiltInBatchActionNames } from './types'; export default function useBatchActions(): { batchActions: Record; batchActionConfigs: ProTableTableActionType[]; setBatchActions: SetState>; renderBatchActions: () => JSX.Element; };