tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 334 B
TypeScript
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;