@atlaskit/editor-plugin-custom-autoformat
Version:
Custom autoformat plugin for @atlaskit/editor-core
12 lines (11 loc) • 316 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "customAutoformatPlugin", {
enumerable: true,
get: function get() {
return _customAutoformatPlugin.customAutoformatPlugin;
}
});
var _customAutoformatPlugin = require("./customAutoformatPlugin");