import CompCommon from '../../common/type'; import { ImageProps as ImagePropsBase } from '@tarojs/components/types/Image'; export interface ImageProps extends ImagePropsBase, CompCommon { src: string; errorContent?: string; preview?: boolean; res?: any; transition?: boolean; radius?: number; round?: false; showLoading?: boolean; loadingContent?: string; }