UNPKG

@atlaskit/editor-plugin-ufo

Version:

Ufo plugin for @atlaskit/editor-core

5 lines (4 loc) 172 B
/* eslint-disable @atlaskit/editor/no-re-export */ // Entry file in package.json export { ufoPlugin } from './ufoPlugin'; export type { UfoPlugin } from './ufoPluginType';