Repository URL to install this package:
|
Version:
3.0.0-alpha.7 ▾
|
import { InputConfig } from '../inputs'
import { FormState } from '../forms'
import { OneFormState } from './OneFormState'
export interface CompatObserverFormProps {
state?: OneFormState | FormState
inputsList?: InputConfig[]
}
export interface ComputedFormStateProps {
state: FormState
inputsList: InputConfig[]
}