mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-05-05 04:28:10 +08: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 };
|