UNPKG

vant

Version:

Mobile UI Components built on Vue

6 lines (5 loc) 222 B
import type { ImagePreviewOptions } from './types'; /** * Display a full-screen image preview component */ export declare const showImagePreview: (options: string[] | ImagePreviewOptions, startPosition?: number) => any;