Skip to content

Commit

Permalink
update: Img props types
Browse files Browse the repository at this point in the history
  • Loading branch information
amrw-js committed Apr 25, 2022
1 parent 929ba5f commit 980c588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ declare module 'react-cloudimage-responsive' {
ratio?: number;
lazyLoading?: boolean;
lazyLoadConfig?: Record<string, any>;
doNotReplaceURL: boolean;
}

class BackgroundImg extends React.Component<ImgProps & React.ComponentProps<'img'>> { }
Expand Down

0 comments on commit 980c588

Please sign in to comment.