Add back gesture support
This commit is contained in:
parent
3b2d474f3d
commit
38f8c147ae
1250 changed files with 39332 additions and 21 deletions
7
node_modules/@capacitor/app/dist/esm/index.js
generated
vendored
Normal file
7
node_modules/@capacitor/app/dist/esm/index.js
generated
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { registerPlugin } from '@capacitor/core';
|
||||
const App = registerPlugin('App', {
|
||||
web: () => import('./web').then((m) => new m.AppWeb()),
|
||||
});
|
||||
export * from './definitions';
|
||||
export { App };
|
||||
//# sourceMappingURL=index.js.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue