UNPKG

@enonic/react-components

Version:

Library of React components for handling Enonic XP data and page components

3 lines (2 loc) 282 B
import type { RichTextParams } from '../types'; export declare function RichText<RestProps = Record<string, unknown>>({ className, componentRegistry, data, Image, Link, Macro, mode, replacer, tag, ...restProps }: RichTextParams<RestProps>): import("react/jsx-runtime").JSX.Element;