UNPKG

react-sled

Version:

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

6 lines (5 loc) 182 B
import React from 'react'; import { IViewsProps } from './state/types-defaults'; import './index.css'; declare const SledViews: React.FC<IViewsProps>; export default SledViews;