UNPKG

@nativescript-community/ui-zoomimage

Version:

Zoomable image view based on @nativescript-community/ui-image

15 lines (14 loc) 607 B
export * from './index-common'; import { ZoomImageBase } from './index-common'; export declare class ZoomImg extends ZoomImageBase { mNeedUpdateHierarchy: boolean; nativeViewProtected: com.facebook.samples.zoomable.ZoomableDraweeView; nativeImageViewProtected: com.facebook.samples.zoomable.ZoomableDraweeView; createNativeView(): com.facebook.samples.zoomable.ZoomableDraweeView; getController(): com.facebook.samples.zoomable.DefaultZoomableController; updateImageUri(): any; setZoom(scale: number, animated?: boolean, point?: { x: any; y: any; }): void; }