minishouyin/node_modules/antd/es/alert/index.js

7 lines
184 B
JavaScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
"use client";
import InternalAlert from './Alert';
import ErrorBoundary from './ErrorBoundary';
const Alert = InternalAlert;
Alert.ErrorBoundary = ErrorBoundary;
export default Alert;