@enonic/react-components
Version:
Library of React components for handling Enonic XP data and page components
7 lines (6 loc) • 320 B
TypeScript
import type { ComponentRegistry } from './ComponentRegistry';
import type { RenderableComponent } from '../types';
export declare function BaseComponent({ component, componentRegistry }: {
component: RenderableComponent;
componentRegistry?: ComponentRegistry;
}): import("react/jsx-runtime").JSX.Element | null;