UNPKG

@enonic/react-components

Version:

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

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