UNPKG

@enonic/react-components

Version:

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

5 lines (4 loc) 156 B
import type { Component } from '@enonic-types/core'; export declare function XpFallback({ component }: { component?: Component; }): JSX.Element | null;