UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

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;