UNPKG

@enonic/react-components

Version:

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

6 lines (5 loc) 206 B
import type { ReactNode } from 'react'; export declare function ErrorComponent({ children, html, ...extraProps }: { children?: ReactNode; html?: string; }): import("react/jsx-runtime").JSX.Element;