Skip to content

Commit 8c67d74

Browse files
committed
Fix types
1 parent 1682bb2 commit 8c67d74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Image/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ type Props = ComponentProps<typeof Image> & {
55
/** Defaults to 'photo' aspect ratio */
66
aspectRatio?: "photo" | "square" | "none";
77
caption?: string;
8+
containerClass?: string;
89
};
910
const { props } = Astro;
1011
---

0 commit comments

Comments
 (0)