chore: update ant-design dependencies and add new icon types
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
/// <reference types="react" />
|
||||
export declare type Status = 'error' | 'process' | 'finish' | 'wait';
|
||||
export interface Icons {
|
||||
finish: React.ReactNode;
|
||||
error: React.ReactNode;
|
||||
}
|
||||
Reference in New Issue
Block a user