Skip to content

Commit fe8fc9f

Browse files
fix: exporting prop types
1 parent ec2efee commit fe8fc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { CloudinaryImage } from './CloudinaryImage';
2-
export { CloudinaryVideo } from './CloudinaryVideo';
1+
export { CloudinaryImage, type CloudinaryImageProps } from './CloudinaryImage';
2+
export { CloudinaryVideo, type CloudinaryVideoProps } from './CloudinaryVideo';

0 commit comments

Comments
 (0)