rhino-editor
Version:
A custom element wrapped rich text editor
20 lines (17 loc) • 517 B
JavaScript
import {
BaseEvent
} from "./chunk-A753ZYET.js";
// src/exports/events/add-attachment-event.ts
var _AddAttachmentEvent = class _AddAttachmentEvent extends BaseEvent {
constructor(attachment, options = {}) {
super(_AddAttachmentEvent.eventName, options);
this.attachment = attachment;
this.attachment = attachment;
}
};
_AddAttachmentEvent.eventName = "rhino-attachment-add";
var AddAttachmentEvent = _AddAttachmentEvent;
export {
AddAttachmentEvent
};
//# sourceMappingURL=chunk-4GVZRMD6.js.map