UNPKG

phx-react

Version:

PHX REACT

3 lines (2 loc) 157 B
import { ElementNode, RangeSelection, TextNode } from 'lexical'; export declare function getSelectedNode(selection: RangeSelection): TextNode | ElementNode;