UNPKG

drf-react-by-schema

Version:

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

10 lines 269 B
import React from 'react'; import { SxProps, Theme } from '@mui/material'; interface ImageModalProps { src: string; alt: string; sx?: SxProps<Theme>; } declare const Image: React.FC<ImageModalProps>; export default Image; //# sourceMappingURL=Image.d.ts.map