UNPKG

@nativescript-community/ui-zoomimage

Version:

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

18 lines (17 loc) 856 B
export * from './index-common'; import { ZoomImageBase, maxZoomScaleProperty, minZoomScaleProperty, zoomScaleProperty } from './index-common'; export declare class ZoomImg extends ZoomImageBase { [zoomScaleProperty.setNative]: (scale: number) => void; [minZoomScaleProperty.setNative]: (scale: number) => void; [maxZoomScaleProperty.setNative]: (scale: number) => void; 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; }