UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

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