UNPKG

react-sled

Version:

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

7 lines (6 loc) 145 B
import React from 'react'; interface IProps { children?: React.ReactNode; } declare const Sled: React.FC<IProps>; export default Sled;