UNPKG

drf-react-by-schema

Version:

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

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