import useEditableRow from './useEditableRow'; import { ProTableColumnType } from '../../../types'; export default function useActionsColumn({ editableRowController, hasWidth, }: { editableRowController: ReturnType; hasWidth: boolean; }): ProTableColumnType | undefined;