///
import * as React from "react";
import * as PropTypes from "prop-types";
import { Option, OnChangeHandler, ReactAsyncSelectProps } from "react-select";
import { InputContext } from "react-context-form";
export interface AsyncEntitySelectProps extends ReactAsyncSelectProps {
loadOptions: (value: string) => Promise