minishouyin/node_modules/rc-picker/es/PickerInput/hooks/useFieldFormat.d.ts
2025-11-12 11:35:57 +08:00

3 lines
283 B
TypeScript

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];