UNPKG

294 BTypeScriptView Raw
1import { ComponentInstance } from '../utils';
2import type { ImagePreviewOptions } from './types';
3/**
4 * Display a full-screen image preview component
5 */
6export declare const showImagePreview: (options: string[] | ImagePreviewOptions, startPosition?: number) => ComponentInstance | undefined;