UNPKG

@nativescript/core

Version:

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

7 lines (6 loc) 291 B
import { ControlStateChangeListener as ControlStateChangeListenerDefinition } from '.'; export declare class ControlStateChangeListener implements ControlStateChangeListenerDefinition { constructor(control: any, callback: (state: string) => void); start(): void; stop(): void; }