/// import { SetState } from 'ahooks/es/useSetState'; import { ProTableBuiltInActionType, ProTableTableActionType, ProTableBuiltInActionNames } from './types'; export default function useTableActions(): { tableActions: Record; tableActionConfigs: ProTableTableActionType[]; setTableActions: SetState>; renderTableActions: () => JSX.Element; };