UNPKG

@cmk/fe_utils

Version:
5 lines (3 loc) 213 B
import { BoxProps } from '@mui/material/Box'; export type ImgProps = Omit<BoxProps, 'component'>; export declare const Img: (props: Omit<BoxProps<"img">, "component">) => import("react/jsx-runtime").JSX.Element;