UNPKG

@enonic/react-components

Version:

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

3 lines (2 loc) 259 B
import type { MacroComponentParams } from '../types'; export declare function BaseMacro<RestProps = Record<string, unknown>>({ children, meta, data, common, component, ...restProps }: MacroComponentParams<RestProps>): import("react/jsx-runtime").JSX.Element;