export const BodyClasses = { bodyContainer: 'fg-body-container', bodyRow: 'fg-row', bodyCell: 'fg-cell', bodyCellTypeNumber: 'fg-cell-number', bodyCellTypeString: 'fg-cell-string', bodyCellContent: 'fg-cell-content', bodyCellContentTypeNumber: 'fg-cell-content-number', bodyCellContentTypeString: 'fg-cell-content-string' }