UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

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