src/components/widgets/Table/cells/ImageCell/imageShapes.js
export default {
ROUNDED: 'rounded',
CIRCLE: 'circle',
THUMBNAIL: 'thumbnail',
};
export default {
ROUNDED: 'rounded',
CIRCLE: 'circle',
THUMBNAIL: 'thumbnail',
};