UNPKG

@atlaskit/editor-plugin-history

Version:

History plugin for @atlaskit/editor-core

3 lines (2 loc) 165 B
export { default as historyPlugin } from './historyPlugin'; export type { HistoryPlugin, HistoryPluginState, HistoryPluginSharedState, } from './historyPluginType';