Home Reference Source

src/components/widgets/Table/cells/LinkCell/linkCellTypes.js

export const LinkCellType = Object.freeze({
  ICONANDTEXT: 'iconAndText',
  ICON: 'icon',
  TEXT: 'text',
});