@nativescript-community/ui-carto
Version:
NativeScript plugin for CARTO Mobile SDK
15 lines (14 loc) • 1.28 kB
TypeScript
import { ImageAsset, ImageSource } from '@nativescript/core';
import { NativePropertyOptions } from '.';
export declare function nativeProperty(target: any, k?: any, desc?: PropertyDescriptor): any;
export declare function nativeProperty(options: NativePropertyOptions): (target: any, k?: any, desc?: PropertyDescriptor) => any;
export declare function nativeMapRangeProperty(target: any, k?: any, desc?: PropertyDescriptor): any;
export declare function nativeMapRangeProperty(options: NativePropertyOptions): (target: any, k?: any, desc?: PropertyDescriptor) => any;
export declare function nativeStringListProperty(target: any, k?: any, desc?: PropertyDescriptor): any;
export declare function nativeStringListProperty(options: NativePropertyOptions): (target: any, k?: any, desc?: PropertyDescriptor) => any;
export declare function nonenumerable(target: any, name: string): void;
export declare function nonenumerable(target: any, name: string, desc: PropertyDescriptor): PropertyDescriptor;
export declare function _createImageSourceFromSrc(value: string | ImageSource | ImageAsset): ImageSource;
export declare function capitalize(s: any): any;
export declare function getFileName(str: string): string;
export declare function getRelativePathToApp(str: string): string;