import React, { ImgHTMLAttributes } from 'react'; import { parseUrlStr } from '../utils'; export const Image: React.FC> = React.memo( (props) => { return ; } ); Image.displayName = 'Image';