import { UploadImageProps as UnStyledUploadImageProps } from '@sheinx/base'; import { GetWithFieldProps } from '../hooks/use-field-common'; export type BaseUploadImageProps = Omit, 'jssStyle'>; export type UploadImageProps = GetWithFieldProps, BaseUploadImageProps['value']>;