UNPKG

@enonic/react-components

Version:

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

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