UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

5 lines (4 loc) 120 B
import { ColorBase } from './color-common'; export declare class Color extends ColorBase { get android(): number; }