Repository URL to install this package:
|
Version:
3.6.2 ▾
|
import { InputConfig } from '../inputs';
import { FormState } from '../forms';
/**
* @todo here, we check if it is @deprecated
* ^ unless our `attributes` handles that...
* ^ but we want warnings
*/
export declare function toFormState(list: InputConfig[]): FormState;