UNPKG

@ticnat/nativescript-image-cache

Version:
14 lines (13 loc) 466 B
import { ImageCacheCommon } from './common'; export declare class ImageCache extends ImageCacheCommon { rounded: boolean; placeholder: string; placeholderStretch: string; constructor(); createNativeView(): any; initNativeView(): void; } export declare function setCacheLimit(numberOfDays: any): void; export declare function initialize(): void; export declare function clearCache(): void; export declare function initializeOnAngular(): void;