File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
packages/react-native/Libraries/Image Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -379,16 +379,4 @@ export interface ImageBackgroundProps extends ImagePropsBase {
379379declare class ImageBackgroundComponent extends React . Component < ImageBackgroundProps > { }
380380declare const ImageBackgroundBase : Constructor < NativeMethods > &
381381 typeof ImageBackgroundComponent ;
382- export class ImageBackground extends ImageBackgroundBase {
383- resizeMode : ImageResizeMode ;
384- getSize (
385- uri : string ,
386- success : ( width : number , height : number ) => void ,
387- failure : ( error : any ) => void ,
388- ) : any ;
389- prefetch ( url : string ) : any ;
390- abortPrefetch ?( requestId : number ) : void ;
391- queryCache ?(
392- urls : string [ ] ,
393- ) : Promise < { [ url : string ] : 'memory' | 'disk' | 'disk/memory' } > ;
394- }
382+ export class ImageBackground extends ImageBackgroundBase { }
You can’t perform that action at this time.
0 commit comments