rhino-editor
Version:
A custom element wrapped rich text editor
18 lines (15 loc) • 390 B
JavaScript
import {
BaseEvent
} from "./chunk-FXPDB5YN.js";
// src/exports/events/rhino-blur-event.ts
var _RhinoBlurEvent = class _RhinoBlurEvent extends BaseEvent {
constructor(options) {
super(_RhinoBlurEvent.eventName, options);
}
};
_RhinoBlurEvent.eventName = "rhino-blur";
var RhinoBlurEvent = _RhinoBlurEvent;
export {
RhinoBlurEvent
};
//# sourceMappingURL=chunk-RXTNV3CH.js.map