import { Alert } from 'antd'; import ErrorBoundary from 'antd/es/alert/ErrorBoundary'; export * from 'react-text-loop'; export { AlertProps } from 'antd/es/alert'; export { ErrorBoundary }; export default Alert;