UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 243 B
import React from 'react'; import { FieldProps } from '../../@types/index'; declare type DateFieldProps = { format?: string; locale?: string; }; declare const DateField: React.FC<FieldProps & DateFieldProps>; export default DateField;