7 lines
147 B
TypeScript
7 lines
147 B
TypeScript
/**
|
|
* ImagePreview Component Exports
|
|
*/
|
|
|
|
export { ImagePreview } from './ImagePreview';
|
|
export type { ImagePreviewProps } from './ImagePreview';
|