first commit
This commit is contained in:
6
node_modules/vant/lib/image-preview/function-call.d.ts
generated
vendored
Normal file
6
node_modules/vant/lib/image-preview/function-call.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user