Repository URL to install this package:
import { ObserverInputProps } from './typings'; export declare function fromPropsToInputState(props: ObserverInputProps): import("./InputState").InputState<import("./typings").AnyObj>;