UNPKG

capacitor-native-input-dialog

Version:

Capacitor plugin for native input dialogs with enhanced text input experience on mobile devices

5 lines (4 loc) 157 B
import type { NativeInputPlugin } from './definitions'; declare const NativeInput: NativeInputPlugin; export * from './definitions'; export { NativeInput };