UNPKG

@atlaskit/editor-plugin-base

Version:

Base plugin for @atlaskit/editor-core

5 lines (4 loc) 164 B
// Disable no-re-export rule for entry point files /* eslint-disable @atlaskit/editor/no-re-export */ import basePlugin from './basePlugin'; export { basePlugin };