export const ROLE = 'role'; export const COLUMN_RESIZER = 'column_resizer'; export const HEADER_CELL = 'header_cell'; export const BODY_CELL = 'body_cell'; export const BODY_CELL_HANDLE = 'body_cell_handle'; export const BODY_ROW = 'body_row';