@atlaskit/editor-plugin-better-type-history
Version:
Better Type History plugin for @atlaskit/editor-core
12 lines (11 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "betterTypeHistoryPlugin", {
enumerable: true,
get: function get() {
return _betterTypeHistoryPlugin.betterTypeHistoryPlugin;
}
});
var _betterTypeHistoryPlugin = require("./betterTypeHistoryPlugin");