chore: update ant-design dependencies and add new icon types
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import type { UploadProps } from './interface';
|
||||
import type { UploadRef } from './Upload';
|
||||
export type DraggerProps<T = any> = UploadProps<T> & {
|
||||
height?: number;
|
||||
};
|
||||
declare const Dragger: React.ForwardRefExoticComponent<UploadProps<any> & {
|
||||
height?: number;
|
||||
} & React.RefAttributes<UploadRef<any>>>;
|
||||
export default Dragger;
|
||||
Reference in New Issue
Block a user