drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
4 lines • 322 B
TypeScript
import React from 'react';
import { FieldBySchemaProps } from '../../../@types';
export default function BooleanFieldBySchema({ name, schema, control, fieldKey, index, sx, onValueChange, autoFocus, disabled, ...other }: FieldBySchemaProps): React.JSX.Element | undefined;
//# sourceMappingURL=BooleanFieldBySchema.d.ts.map