export { monitorForTextSelection, dropTargetForTextSelection, } from '../../adapter/text-selection-adapter'; export type { TextSelectionDragPayload } from '../../internal-types'; export type { TextSelectionEventBasePayload, TextSelectionEventPayloadMap, TextSelectionDropTargetEventBasePayload, TextSelectionDropTargetEventPayloadMap, TextSelectionMonitorGetFeedbackArgs, TextSelectionDropTargetGetFeedbackArgs, } from '../../adapter/text-selection-adapter';