UNPKG

@ray-js/smart-ui

Version:

轻量、可靠的智能小程序 UI 组件库

6 lines (5 loc) 312 B
/// <reference types="react" /> import type { SmartImage } from './PropTypes'; declare const Image: import("react").FC<SmartImage>; export { Image }; export { SmartImage, SmartImageEvents, SmartImageExternalClassName, SmartImageProps, SmartImageErrorEventDetail, SmartImageLoadEventDetail, } from './PropTypes';