UNPKG

@nativescript/core

Version:

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

8 lines (7 loc) 246 B
import { ColorBase } from './color-common'; import type { IColor } from './color-types'; export declare class Color extends ColorBase implements IColor { private _ios; get ios(): UIColor; static fromIosColor(value: UIColor): Color; }