export type { PastePlugin, PastePluginOptions, PastePluginState, LastContentPasted, PastePluginDependencies, ActiveFlag, } from './pastePluginType';
export { pastePlugin } from './pastePlugin';
