Skip to content

Commit

Permalink
Export ImagePropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Oct 31, 2022
1 parent 202e04b commit 8c18f12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Image/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export type ResponsiveImageType = {
title?: Maybe<string>;
};

type ImagePropTypes = {
export type ImagePropTypes = {
/** The actual response you get from a DatoCMS `responsiveImage` GraphQL query */
data: ResponsiveImageType;
/** Additional CSS className for root node */
Expand Down

0 comments on commit 8c18f12

Please sign in to comment.