UNPKG

@enonic/react-components

Version:

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

3 lines (2 loc) 178 B
import type { PartData, ComponentProps } from '../types'; export declare function BasePart({ component, data, common, meta }: ComponentProps<PartData>): JSX.Element | undefined;