mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
6 lines
161 B
TypeScript
6 lines
161 B
TypeScript
import { ImagePreview, ImagePreviewOptions } from './function-call';
|
|
|
|
export default ImagePreview;
|
|
export { ImagePreview };
|
|
export type { ImagePreviewOptions };
|