UNPKG

@nativescript/core

Version:

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

11 lines (10 loc) 465 B
import { TimePickerBase, hourProperty, minuteProperty } from './time-picker-common'; export * from './time-picker-common'; export declare class TimePicker extends TimePickerBase { [minuteProperty.setNative]: (value: number) => void; [hourProperty.setNative]: (value: number) => void; nativeViewProtected: android.widget.TimePicker; updatingNativeValue: boolean; createNativeView(): globalAndroid.widget.TimePicker; initNativeView(): void; }