UNPKG

react-application-core

Version:

A react-based application core for the business applications.

7 lines (6 loc) 260 B
import { IBaseTextFieldState, IBaseTextFieldProps } from '../../../definition'; export interface ITimeFieldInternalState extends IBaseTextFieldState { } export interface ITimeFieldInternalProps extends IBaseTextFieldProps { useShortMask?: boolean; }