UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

8 lines (7 loc) 283 B
import { ElementNode, RangeSelection, TextNode } from 'lexical'; export declare function getSelectedNode(selection: RangeSelection): TextNode | ElementNode; /** * Extract id of hashtags from html text * @param html */ export declare function extractHashtags(html: any): string[];