UNPKG

antd-mobile

Version:

<img src="https://gw.alipayobjects.com/mdn/rms_ee68a8/afts/img/A*hjjDS5Yy-ooAAAAAAAAAAAAAARQnAQ" alt="logo" width="100%" />

10 lines 306 B
import { defaultImage } from './default'; import { disconnectedImage } from './disconnected'; import { emptyImage } from './empty'; import { busyImage } from './busy'; export const imageRecord = { 'default': defaultImage, 'disconnected': disconnectedImage, 'empty': emptyImage, 'busy': busyImage };