UNPKG

react-sled

Version:

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

6 lines (5 loc) 248 B
export { default as Sled } from './sled'; export { default as Views } from './views'; export { default as Control } from './control'; export { default as Progress } from './progress'; export { useStateContext as useSledStore } from './state';