Add back gesture support

This commit is contained in:
olcxja 2026-05-17 21:46:12 +02:00
commit 38f8c147ae
1250 changed files with 39332 additions and 21 deletions

4
node_modules/@capacitor/app/dist/esm/index.d.ts generated vendored Normal file
View file

@ -0,0 +1,4 @@
import type { AppPlugin } from './definitions';
declare const App: AppPlugin;
export * from './definitions';
export { App };