UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

7 lines (6 loc) 184 B
"use client"; import InternalAlert from './Alert'; import ErrorBoundary from './ErrorBoundary'; const Alert = InternalAlert; Alert.ErrorBoundary = ErrorBoundary; export default Alert;