Fix QC Keano FrontEnd
Fix QC Kak Ayu Admin 29 Okt
This commit is contained in:
12
src/types/react-exif-orientation-img.d.ts
vendored
Normal file
12
src/types/react-exif-orientation-img.d.ts
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
declare module 'react-exif-orientation-img' {
|
||||
import { ImgHTMLAttributes } from 'react';
|
||||
|
||||
interface ExifOrientationImgProps extends ImgHTMLAttributes<HTMLImageElement> {
|
||||
src: string;
|
||||
className?: string;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
const ExifOrientationImg: React.FC<ExifOrientationImgProps>;
|
||||
export default ExifOrientationImg;
|
||||
}
|
||||
Reference in New Issue
Block a user