UNPKG

react-native-image-colors

Version:
8 lines 309 B
import type { ImageColorsResult } from './types'; export declare const cache: { getItem: (key: string) => ImageColorsResult | undefined; setItem: (key: string, value: ImageColorsResult) => void; removeItem: (key: string) => boolean; clear: () => boolean; }; //# sourceMappingURL=cache.d.ts.map