UNPKG

@nativescript-community/ui-carto

Version:
15 lines (14 loc) 1.28 kB
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;