scrollPlugin.d.ts 113 Bytes
Newer Older
Joe TS Dell's avatar
Joe TS Dell committed
1
2
3
import { Plugin } from "../types/options";
declare function scrollPlugin(): Plugin;
export default scrollPlugin;