@nativescript-community/ui-image
Version:
Advanced and efficient image display plugin which uses Fresco (Android) and SDWebImage (iOS) to implement caching, placeholders, image effects, and much more.
8 lines (7 loc) • 337 B
TypeScript
import * as i0 from "@angular/core";
export declare class ImgDirective {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<ImgDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<ImgDirective, "NSImg", never, {}, {}, never, never, false, never>;
}
export declare const NSIMG_DIRECTIVES: (typeof ImgDirective)[];