2025-10-17 20:32:10 +08:00

7 lines
217 B
TypeScript

/** Export PhotoPreviewSection component */
export { default as PhotoPreviewSection } from './PhotoPreviewSection';
/** Export types */
export type { PhotoPreviewSectionProps, PhotoItem, PhotoType } from './types';