UNPKG

@availity/reactstrap-validation-select

Version:
13 lines (9 loc) 285 B
import { AvInput } from "./AvInput"; export interface AvSelectProps extends AvInput { options?: Array<Object>; loadOptions?: Function; raw?: boolean; autofill?: boolean | object; } declare const AvSelect: React.ComponentType<AvSelectProps>; export default AvSelect;