UNPKG

piral-core

Version:

The core library for creating a Piral instance.

9 lines (8 loc) 319 B
import * as React from 'react'; import { ErrorInfoProps } from '../types'; /** * The default error info component. Just uses the "error" extension slot. * Leverage the default one by registration of respective extensions using * the "error" name. */ export declare const DefaultErrorInfo: React.FC<ErrorInfoProps>;