UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 334 B
import { WithInstallType } from '../shared'; import _ImageViewer from './image-viewer'; import './style'; import { TdImageViewerProps } from './type'; export * from './type'; export declare type ImageViewerProps = TdImageViewerProps; export declare const ImageViewer: WithInstallType<typeof _ImageViewer>; export default ImageViewer;