UNPKG

@lexical/text

Version:

This package contains utilities and helpers for handling Lexical text.

6 lines (5 loc) 133 B
/** * Returns the root's text content. * @returns The root's text content. */ export declare function $rootTextContent(): string;