UNPKG

drf-react-by-schema

Version:

Components and Tools for building a React App having Django Rest Framework (DRF) as server

4 lines 380 B
import React from 'react'; import { FieldBySchemaProps } from '../../../@types'; export default function AutocompleteFieldBySchema({ fieldKey, index, name, schema, control, errors, optionIdKey, optionLabelKey, options, isSemaphoric, sx, onValueChange, autoFocus, disabled, ...other }: FieldBySchemaProps): React.JSX.Element; //# sourceMappingURL=AutocompleteFieldBySchema.d.ts.map