UNPKG

react-sled

Version:

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

10 lines (9 loc) 233 B
import React from 'react'; import CSS from 'csstype'; import './index.css'; interface IProps { className?: string; style?: CSS.Properties; } declare const SledProgress: React.FC<IProps>; export default SledProgress;