UNPKG

custom-app

Version:

ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������

11 lines (6 loc) 314 B
import * as React from 'react' import { ImageProps, StrictImageProps } from '../../elements/Image' export interface ItemImageProps extends ImageProps {} export interface StrictItemImageProps extends StrictImageProps {} declare const ItemImage: React.StatelessComponent<ItemImageProps> export default ItemImage