@nativescript-community/ui-zoomimage
Version:
Zoomable image view based on @nativescript-community/ui-image
10 lines (9 loc) • 450 B
TypeScript
import { ImgDirective } from './directives';
import * as i0 from "@angular/core";
import * as i1 from "./directives";
export { ImgDirective };
export declare class TNSZoomImageModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TNSZoomImageModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TNSZoomImageModule, [typeof i1.ImgDirective], never, [typeof i1.ImgDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TNSZoomImageModule>;
}