UNPKG

@capgo/capacitor-autofill-save-password

Version:

Prompt to display dialog for saving password to keychain from webview app

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