@atlaskit/editor-plugin-paste
Version:
Paste plugin for @atlaskit/editor-core
13 lines (12 loc) • 340 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.FLAG_TYPE = void 0;
var FLAG_TYPE = exports.FLAG_TYPE = /*#__PURE__*/function (FLAG_TYPE) {
FLAG_TYPE["WARNING"] = "warning";
FLAG_TYPE["ERROR"] = "error";
FLAG_TYPE["INFO"] = "info";
FLAG_TYPE["SUCCESS"] = "success";
return FLAG_TYPE;
}({});