chore: update ant-design dependencies and add new icon types
This commit is contained in:
+2
@@ -0,0 +1,2 @@
|
||||
import type { FormatType, InternalMode, Locale, SharedPickerProps } from '../../interface';
|
||||
export declare function useFieldFormat<DateType = any>(picker: InternalMode, locale: Locale, format?: SharedPickerProps['format']): [formatList: FormatType<DateType>[], maskFormat?: string];
|
||||
Reference in New Issue
Block a user