UNPKG

vant

Version:

Mobile UI Components built on Vue

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