first commit
This commit is contained in:
8
frontend/node_modules/antd/es/alert/index.d.ts
generated
vendored
Normal file
8
frontend/node_modules/antd/es/alert/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user