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
/
and-ts-lib
/
stretch-mapping.d.ts
7 lines
(6 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="@ticnat/nativescript-image-cache/and-ts-lib/types" />
export
declare
class
StretchMapping
{
private
static
stretchMap;
constructor
(
);
static
get
(
key
:
string
):
any
; }