UNPKG

@shopify/cli-kit

Version:

A set of utilities, interfaces, and models that are common across all the platform features

8 lines (7 loc) 248 B
import { FatalError as Fatal } from '../../../../public/node/error.js'; import { FunctionComponent } from 'react'; interface FatalErrorProps { error: Fatal; } declare const FatalError: FunctionComponent<FatalErrorProps>; export { FatalError };