useFieldFormat.d.ts 283 B

12
  1. import type { FormatType, InternalMode, Locale, SharedPickerProps } from '../../interface';
  2. export declare function useFieldFormat<DateType = any>(picker: InternalMode, locale: Locale, format?: SharedPickerProps['format']): [formatList: FormatType<DateType>[], maskFormat?: string];