UNPKG

shineout

Version:

A components library for React

7 lines (6 loc) 288 B
import { ImageProps as UnStyledImageProps } from '@sheinx/base'; /** * @title Image * @sort 1 */ export type ImageProps = Omit<UnStyledImageProps, 'jssStyle' | 'renderImage' | 'renderError' | 'renderWrapper' | 'renderPlaceholder' | 'renderInnerWrapper' | 'componentRef' | 'imageRef'>;