UNPKG

rhino-editor

Version:

A custom element wrapped rich text editor

19 lines (16 loc) 503 B
import { BaseEvent } from "./chunk-A753ZYET.js"; // src/exports/events/selection-change-event.ts var _SelectionChangeEvent = class _SelectionChangeEvent extends BaseEvent { constructor({ transaction }, options) { super(_SelectionChangeEvent.eventName, options); this.transaction = transaction; } }; _SelectionChangeEvent.eventName = "rhino-selection-change"; var SelectionChangeEvent = _SelectionChangeEvent; export { SelectionChangeEvent }; //# sourceMappingURL=chunk-4KYHEDOE.js.map