/* eslint-disable @atlaskit/editor/no-re-export */
// Entry file in package.json
export { ufoPlugin } from './ufoPlugin';
export type { UfoPlugin } from './ufoPluginType';
