UNPKG

@ticnat/nativescript-image-cache

Version:
10 lines (9 loc) 336 B
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>;