UNPKG

vdr-react-form-manager

Version:
5 lines (4 loc) 159 B
import { IFormInputProperties } from '../forminput/FormInputProperties.interface'; export interface IStateInputs { [name: string]: IFormInputProperties; }