UNPKG

@enonic/react-components

Version:

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

6 lines (5 loc) 244 B
import type { ComponentRegistry, RenderablePartComponent } from '../types'; export declare function BasePart({ component, componentRegistry }: { component: RenderablePartComponent; componentRegistry: ComponentRegistry; }): JSX.Element;