UNPKG

@enonic/react-components

Version:

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

6 lines (5 loc) 220 B
import type { ComponentRegistry, ProcessedLayout } from '../types'; export declare function BaseLayout({ data, componentRegistry }: { data: ProcessedLayout; componentRegistry: ComponentRegistry; }): JSX.Element;