Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Jul 4, 2024
1 parent 0edede1 commit 3e63cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const ImageBaseOverlayNonInteractive = ({
/**
* Оверлей над картинкой.
*/
export const ImageBaseOverlay = ({
export const ImageBaseOverlay: React.FC<ImageBaseOverlayProps> = ({
className,
theme: themeProp,
visibility: visibilityProp,
Expand Down

0 comments on commit 3e63cb6

Please sign in to comment.