UNPKG

react-sled

Version:

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

7 lines (6 loc) 172 B
import React from 'react'; interface IProps { className: string; } declare const SledProgressSeparators: React.FC<IProps>; export default SledProgressSeparators;