UNPKG

@tohuhono/puck-rich-text

Version:

A puck component for rich text editing made for OberonCMS

3 lines 204 B
import { ElementNode, RangeSelection, TextNode } from "lexical"; export declare function getSelectedNode(selection: RangeSelection): TextNode | ElementNode; //# sourceMappingURL=get-selected-node.d.ts.map