Files
Novault-Frontend-web/src/components/transaction/ImagePreview/index.ts
2026-01-25 20:12:33 +08:00

7 lines
147 B
TypeScript

/**
* ImagePreview Component Exports
*/
export { ImagePreview } from './ImagePreview';
export type { ImagePreviewProps } from './ImagePreview';