UNPKG

react-flow-app

Version:

🚀 This is a React.js library to simplify navigations focused in events (user actions) for smooth integrations.

7 lines (6 loc) • 162 B
import React from 'react'; interface UnexpectedErrorProps { error: string; } export declare const UnexpectedError: React.FC<UnexpectedErrorProps>; export {};