/** * Composable to get the currently selected text from an editor * * @param {Object} editorRef - Ref to the editor instance * @returns {Object} - Object containing the selected text as a computed property */ export function useSelectedText(editorRef: Object): Object; //# sourceMappingURL=use-selected-text.d.ts.map