UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

6 lines (5 loc) 338 B
// Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ export { SORTABLE_COLUMN_ICON_CLASSNAME } from './consts'; export { default as SortingIcon, StatusClassNames } from './SortingIcon'; export { hasTableBeenResized, hasTableColumnBeenResized, isTableInContentMode } from './content-mode';