UNPKG

@fakel/rest-admin

Version:

An application that makes it easier to work with your API

9 lines (8 loc) 271 B
import React from 'react'; import { FormItemProps } from 'antd/lib/form'; import { InputProps } from './Input'; interface DateInputProps extends InputProps { locale?: any; } declare const DateInput: React.FC<DateInputProps & FormItemProps>; export default DateInput;