UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

7 lines 187 B
export const isContentModeSupported = ({ allowColumnResizing, allowTableResizing, isFullPageEditor }) => { return allowColumnResizing && allowTableResizing && isFullPageEditor; };