UNPKG

@enonic/react-components

Version:

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

6 lines (5 loc) 215 B
import type { ComponentRegistry, ProcessedText } from '../types'; export declare const BaseText: ({ data, componentRegistry }: { data: ProcessedText; componentRegistry: ComponentRegistry; }) => JSX.Element;