UNPKG

tdesign-vue

Version:
5 lines (4 loc) 280 B
import { TdImageViewerProps, ImageInfo } from './type'; export declare const downloadFile: (imgSrc: string) => void; export declare const formatImages: (images: TdImageViewerProps['images']) => ImageInfo[]; export declare const getOverlay: (props: TdImageViewerProps) => boolean;