unis_crm/frontend1/node_modules/antd/lib/alert/index.d.ts

9 lines
285 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import InternalAlert from './Alert';
import ErrorBoundary from './ErrorBoundary';
export type { AlertProps } from './Alert';
type CompoundedComponent = typeof InternalAlert & {
ErrorBoundary: typeof ErrorBoundary;
};
declare const Alert: CompoundedComponent;
export default Alert;