Home Reference Source

src/components/widgets/Table/cells/ImageCell/imageShapes.js

export default {
  ROUNDED: 'rounded',
  CIRCLE: 'circle',
  THUMBNAIL: 'thumbnail',
};