@ticnat/nativescript-image-cache
Version:
Plugin for caching images
10 lines (9 loc) • 336 B
TypeScript
import { Property, View } from '@nativescript/core';
export declare class ImageCacheCommon extends View {
src: string;
stretch: string;
isLoading: boolean;
constructor();
}
export declare const srcProperty: Property<ImageCacheCommon, string>;
export declare const isLoadingProperty: Property<ImageCacheCommon, boolean>;