UNPKG

react-sled

Version:

react-sled is a carousel made with react-spring.

7 lines (6 loc) 232 B
import { SpringsUpdateFn } from 'react-spring'; interface ISet { x: number; } declare const _default: (set: SpringsUpdateFn<ISet>) => (...args: any[]) => import("react-use-gesture/dist/types").Fn; export default _default;