import React from "react"; import { Image } from "antd-mobile"; export default function OwnIcon({ src, width = "100%", height = "100%", className, outClassName, imageClassName, ...others }) { return (
} placeholder={
} {...others} />
); }