Skip to content

Commit

Permalink
chore: remove unused prop
Browse files Browse the repository at this point in the history
  • Loading branch information
mthahzan committed Dec 17, 2024
1 parent 86be025 commit 030b19f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/ImageLoader/ImageLoader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ export type TImageLoaderProps<T = ImageProps> = T & {
* The fallback logic will reset when the reference to the source or fallback changes.
*/
fallback?: TImageLoaderFallback;

/**
* Callback function that is called when an image loads successfully
*/
onSuccess?: () => void;
};

// Helper function to get all sources
Expand Down

0 comments on commit 030b19f

Please sign in to comment.