UNPKG

botframework-webchat-component

Version:
8 lines 197 B
import { FC } from 'react'; type ErrorBoxProps = { error: Error; type?: string; }; declare const ErrorBox: FC<ErrorBoxProps>; export default ErrorBox; //# sourceMappingURL=ErrorBox.d.ts.map