UNPKG

vant

Version:

Mobile UI Components built on Vue

4 lines (3 loc) 237 B
import { ComponentInstance } from '../utils'; import type { ImagePreviewOptions } from './types'; export declare const showImagePreview: (options: string[] | ImagePreviewOptions, startPosition?: number) => ComponentInstance | undefined;