UNPKG

react-application-core

Version:

A react-based application core for the business applications.

7 lines (6 loc) 305 B
import { IBaseTextFieldState, IBaseTextFieldProps } from '../../../definition'; import { IStepWrapper } from '../../../definitions.interface'; export interface INumberFieldInternalState extends IBaseTextFieldState { } export interface INumberFieldProps extends IBaseTextFieldProps, IStepWrapper { }