UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

5 lines 263 B
import { getPluginState } from '../plugin-factory'; export function getAllowAddColumnCustomStep(state) { const tablePluginState = getPluginState(state); return Boolean(tablePluginState) && Boolean(tablePluginState.pluginConfig.allowAddColumnWithCustomStep); }