src/components/widgets/Table/cells/LinkCell/linkCellTypes.js
export const LinkCellType = Object.freeze({
ICONANDTEXT: 'iconAndText',
ICON: 'icon',
TEXT: 'text',
});
export const LinkCellType = Object.freeze({
ICONANDTEXT: 'iconAndText',
ICON: 'icon',
TEXT: 'text',
});