UNPKG

swipe-back-control

Version:

Capacitor plugin to enable or disable the swipe back gesture on iOS devices for specific pages.

5 lines (4 loc) 177 B
import type { SwipeBackControlPlugin } from './definitions'; declare const SwipeBackControl: SwipeBackControlPlugin; export * from './definitions'; export { SwipeBackControl };