Skip to content

Commit

Permalink
Merge branch 'main' into KTLO-79
Browse files Browse the repository at this point in the history
  • Loading branch information
ssong10 authored Jul 8, 2024
2 parents 549b9ac + b2f78a0 commit b436296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export type Dependencies = {
draggable?: boolean;
loading?: 'eager' | 'lazy';
onError?: () => void;
onLoad?: () => void;
} & SizingSystemProps &
MediaSystemProps &
BorderSystemProps
Expand Down
1 change: 1 addition & 0 deletions packages/vibrant-core/src/lib/Image/ImageProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export type ImageProps = {
draggable?: boolean;
testId?: string;
onError?: () => void;
onLoad?: () => void;
} & SizingSystemProps &
MediaSystemProps &
BorderSystemProps;
Expand Down

0 comments on commit b436296

Please sign in to comment.