UNPKG

@rc-component/picker

Version:
3 lines (2 loc) 283 B
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];