/// import { TableBody, IExtraRowData } from '@patternfly/react-table'; export interface IEditedCellData extends IExtraRowData { columnIndex: number; elementId?: string; } export declare const editableTableBody: (BodyComponent: typeof TableBody) => ({ editConfig, onRowClick, ...props }: { [x: string]: any; editConfig?: any; onRowClick?: () => void; }) => JSX.Element; //# sourceMappingURL=editableTableBody.d.ts.map