We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a56a07 commit 5b876edCopy full SHA for 5b876ed
src/components/image/index.tsx
@@ -17,13 +17,13 @@ import {
17
BaseComponentInjectedProps,
18
MarginModifiers
19
} from '../../commons/new';
20
+import {ComponentStatics} from '../../typings/common';
21
import {RecorderProps} from '../../typings/recorderTypes';
22
import {getAsset, isSvg} from '../../utils/imageUtils';
23
import Overlay, {OverlayTypeType, OverlayIntensityType} from '../overlay';
24
import SvgImage from '../svgImage';
25
import View from '../view';
26
import {Colors} from '../../style';
-import {ComponentStatics} from 'src/typings/common';
27
28
export type ImageSourceType = string | RNImageProps['source'];
29
0 commit comments