UNPKG

@brahmaesolutions/native

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