Files
copilot-toolbox-sdfdsfds/node_modules/antd/es/alert/index.d.ts
2026-01-16 01:51:36 +00:00

9 lines
285 B
TypeScript

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;