drf-react-by-schema
Version:
Components and Tools for building a React App having Django Rest Framework (DRF) as server
4 lines • 463 B
TypeScript
import React from 'react';
import { DetailBySchemaProps } from '../../@types';
export default function DetailBySchema({ values, schema, columns, loading, editLink, editLabel, fieldsLayout: fieldsLayoutInitial, hiddenFields, fieldsProps, elevation, sxSection, sxSectionTitle, sxRow, sxRowMultiple, sxField, sxLabel, sxValue, sxValueList, sxValueListItem, sxValueListItemText, }: DetailBySchemaProps): React.JSX.Element;
//# sourceMappingURL=DetailBySchema.d.ts.map