rhino-editor
Version:
A custom element wrapped rich text editor
20 lines (17 loc) • 544 B
JavaScript
import {
BaseEvent
} from "./chunk-FXPDB5YN.js";
// src/exports/events/attachment-remove-event.ts
var _AttachmentRemoveEvent = class _AttachmentRemoveEvent extends BaseEvent {
constructor(attachment, options = {}) {
super(_AttachmentRemoveEvent.eventName, options);
this.attachment = attachment;
this.attachment = attachment;
}
};
_AttachmentRemoveEvent.eventName = "rhino-attachment-remove";
var AttachmentRemoveEvent = _AttachmentRemoveEvent;
export {
AttachmentRemoveEvent
};
//# sourceMappingURL=chunk-3PWTYHXV.js.map