UNPKG

capacitor-native-input-dialog

Version:

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

7 lines 262 B
import { registerPlugin } from '@capacitor/core'; const NativeInput = registerPlugin('NativeInput', { web: () => import('./web').then((m) => new m.NativeInputWeb()), }); export * from './definitions'; export { NativeInput }; //# sourceMappingURL=index.js.map