UNPKG

@nativescript/core

Version:

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

12 lines (11 loc) 365 B
import { ListPickerBase } from './list-picker-common'; export * from './list-picker-common'; export declare class ListPicker extends ListPickerBase { nativeViewProtected: UIPickerView; private _dataSource; private _delegate; createNativeView(): UIPickerView; initNativeView(): void; disposeNativeView(): void; get ios(): UIPickerView; }