UNPKG

zent

Version:

一套前端设计语言和基于React的实现

6 lines (5 loc) 378 B
/// <reference types="react" /> import { IFormComponentProps } from '../shared'; import { ITimeRangePickerProps, RangeTime } from '../../date-picker'; export declare type IFormTimeRangePickerFieldProps = IFormComponentProps<RangeTime, Omit<ITimeRangePickerProps, 'value'>>; export declare const FormTimeRangePickerField: React.FunctionComponent<IFormTimeRangePickerFieldProps>;