UNPKG

nativescript-numeric-keyboard

Version:

Handy and elegant numeric keyboard for iOS NativeScript apps. On Android we fall back to the regular numeric keyboard.

8 lines (7 loc) 261 B
/** * iOS and Android apis should match. * It doesn't matter if you export `.ios` or `.android`, either one but only one. */ export * from './numeric-keyboard.android'; // Export any shared classes, constants, etc. export * from './numeric-keyboard.common';