UNPKG

@enonic/react-components

Version:

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

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