UNPKG

capacitor-scrollbar-hider

Version:

A Capacitor plugin to hide scrollbars in native WebViews for a cleaner, more native mobile experience.

5 lines (4 loc) 173 B
import type { ScrollbarHiderPlugin } from './definitions'; declare const ScrollbarHider: ScrollbarHiderPlugin; export * from './definitions'; export { ScrollbarHider };