UNPKG

react-sled

Version:

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

10 lines (9 loc) 243 B
import React from 'react'; interface IProps { onAnimationStart(): void; onAnimationEnd(): void; onSledEnd(): void; children?: React.ReactNode; } declare const SledSprings: React.FC<IProps>; export default SledSprings;