UNPKG

drf-react-by-schema

Version:

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

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