@portabletext/editor
Version:
Portable Text Editor made in React
52 lines (51 loc) • 3.35 kB
text/typescript
export {getActiveAnnotations} from './selector.get-active-annotations'
export {getActiveListItem} from './selector.get-active-list-item'
export {getActiveStyle} from './selector.get-active-style'
export {getAnchorBlock} from './selector.get-anchor-block'
export {getAnchorChild} from './selector.get-anchor-child'
export {getAnchorSpan} from './selector.get-anchor-span'
export {getAnchorTextBlock} from './selector.get-anchor-text-block'
export {getBlockOffsets} from './selector.get-block-offsets'
export {getCaretWordSelection} from './selector.get-caret-word-selection'
export {getFirstBlock} from './selector.get-first-block'
export {getFocusBlock} from './selector.get-focus-block'
export {getFocusBlockObject} from './selector.get-focus-block-object'
export {getFocusChild} from './selector.get-focus-child'
export {getFocusInlineObject} from './selector.get-focus-inline-object'
export {getFocusListBlock} from './selector.get-focus-list-block'
export {getFocusSpan} from './selector.get-focus-span'
export {getFocusTextBlock} from './selector.get-focus-text-block'
export {getLastBlock} from './selector.get-last-block'
export {getListIndex} from './selector.get-list-state'
export {getNextBlock} from './selector.get-next-block'
export {getNextInlineObject} from './selector.get-next-inline-object'
export {getPreviousBlock} from './selector.get-previous-block'
export {getPreviousInlineObject} from './selector.get-previous-inline-object'
export {getSelectedBlocks} from './selector.get-selected-blocks'
export {getSelectedSlice} from './selector.get-selected-slice'
export {getSelectedSpans} from './selector.get-selected-spans'
export {getSelectedTextBlocks} from './selector.get-selected-text-blocks'
export {getSelectedValue} from './selector.get-selected-value'
export {getSelection} from './selector.get-selection'
export {getSelectionEndBlock} from './selector.get-selection-end-block'
export {getSelectionEndChild} from './selector.get-selection-end-child'
export {getSelectionEndPoint} from './selector.get-selection-end-point'
export {getSelectionStartBlock} from './selector.get-selection-start-block'
export {getSelectionStartChild} from './selector.get-selection-start-child'
export {getSelectionStartPoint} from './selector.get-selection-start-point'
export {getSelectionText} from './selector.get-selection-text'
export {getBlockTextBefore} from './selector.get-text-before'
export {getTrimmedSelection} from './selector.get-trimmed-selection'
export {getValue} from './selector.get-value'
export {isActiveAnnotation} from './selector.is-active-annotation'
export {isActiveDecorator} from './selector.is-active-decorator'
export {isActiveListItem} from './selector.is-active-list-item'
export {isActiveStyle} from './selector.is-active-style'
export {isAtTheEndOfBlock} from './selector.is-at-the-end-of-block'
export {isAtTheStartOfBlock} from './selector.is-at-the-start-of-block'
export {isOverlappingSelection} from './selector.is-overlapping-selection'
export {isPointAfterSelection} from './selector.is-point-after-selection'
export {isPointBeforeSelection} from './selector.is-point-before-selection'
export {isSelectingEntireBlocks} from './selector.is-selecting-entire-blocks'
export {isSelectionCollapsed} from './selector.is-selection-collapsed'
export {isSelectionExpanded} from './selector.is-selection-expanded'