UNPKG

@atlaskit/editor-common

Version:

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

4 lines (3 loc) 287 B
// Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ export { getMarksByOrder, getValidContent, getValidDocument, getValidMark, getValidNode, getValidUnknownNode, isSameMark, isSubSupType, markOrder, ADFStages } from './utils/validator';