forked from 77media/video-flow
7 lines
217 B
TypeScript
7 lines
217 B
TypeScript
/** Export PhotoPreviewSection component */
|
|
export { default as PhotoPreviewSection } from './PhotoPreviewSection';
|
|
|
|
/** Export types */
|
|
export type { PhotoPreviewSectionProps, PhotoItem, PhotoType } from './types';
|
|
|