UNPKG
@ticnat/nativescript-image-cache
Version:
latest (1.0.7)
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Plugin for caching images
github.com/OPADA-Eng/ticnat-ns-plugins
OPADA-Eng/ticnat-ns-plugins
@ticnat/nativescript-image-cache
/
ios-ts-lib
/
helpers.d.ts
7 lines
(6 loc)
•
299 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="@ticnat/nativescript-image-cache/ios-ts-lib/types" />
export
declare
class
Helpers
{
static
onStretchPropertyChanged
(nativeView: any, value: any)
: void;
static
onSrcPropertySet
(nativeWrapper: any, value: any)
: void;
static
getPlaceholderUIImage
(value: any)
: any;
}