UNPKG

vue-reader

Version:

<div align="center"> <img width=250 src="https://raw.githubusercontent.com/jinhuan138/vue-reader/master/public/logo.png" /> <h1>VueReader</h1> </div>

8 lines (7 loc) 224 B
/** * Thanks to Xyfir * https://github.com/Xyfir/xyfir-reader */ type Direction = 'next' | 'prev' | 'up' | 'down'; export default function swipListener(document: Document, fn: (dire: Direction) => void): void; export {};