nativescript-numeric-keyboard
Version:
Handy and elegant numeric keyboard for iOS NativeScript apps. On Android we fall back to the regular numeric keyboard.
9 lines (8 loc) • 380 B
TypeScript
import { NumericKeyboardApi, NumericKeyboardOptions, NumericKeyboardViewBase } from "./numeric-keyboard.common";
export declare class NumericKeyboard implements NumericKeyboardApi {
decorate(args?: NumericKeyboardOptions): Promise<any>;
}
export declare class NumericKeyboardView extends NumericKeyboardViewBase {
createNativeView(): Object;
_onReturnPress(): void;
}