export var isContentModeSupported = function isContentModeSupported(_ref) {
var allowColumnResizing = _ref.allowColumnResizing,
allowTableResizing = _ref.allowTableResizing,
isFullPageEditor = _ref.isFullPageEditor;
return allowColumnResizing && allowTableResizing && isFullPageEditor;
};