UNPKG

@react-form-fields/native-base

Version:

Native Base Form Fields

3 lines (2 loc) 164 B
import { IConfig } from '../ConfigProvider/context'; export declare function dateFormat(value: Date, mode: string, config: IConfig, customFormat?: string): string;