export const inlineEditStyles = { tableEditableRow: 'pf-c-table__editable-row', tableInlineEditButtons: 'pf-c-table__inline-edit-buttons', modifiers: { tableEditingFirstRow: 'pf-m-table-editing-first-row ', tableEditingLastRow: 'pf-m-table-editing-last-row', editing: 'pf-m-editing', top: 'pf-m-top', bottom: 'pf-m-bottom', bold: 'pf-m-bold' } };