Skip to content

Commit 5b876ed

Browse files
fix/image-typed-as-any (#3656)
1 parent 2a56a07 commit 5b876ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/image/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ import {
1717
BaseComponentInjectedProps,
1818
MarginModifiers
1919
} from '../../commons/new';
20+
import {ComponentStatics} from '../../typings/common';
2021
import {RecorderProps} from '../../typings/recorderTypes';
2122
import {getAsset, isSvg} from '../../utils/imageUtils';
2223
import Overlay, {OverlayTypeType, OverlayIntensityType} from '../overlay';
2324
import SvgImage from '../svgImage';
2425
import View from '../view';
2526
import {Colors} from '../../style';
26-
import {ComponentStatics} from 'src/typings/common';
2727

2828
export type ImageSourceType = string | RNImageProps['source'];
2929

0 commit comments

Comments
 (0)