chore: update ant-design dependencies and add new icon types
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import type { DisabledTimes, PickerMode } from '../interface';
|
||||
export interface WarningProps extends DisabledTimes {
|
||||
picker?: PickerMode;
|
||||
}
|
||||
export declare function legacyPropsWarning(props: WarningProps): void;
|
||||
Reference in New Issue
Block a user