UNPKG

192 BJavaScriptView Raw
1import React from 'react';
2
3/**
4 * CarouselContext
5 * {
6 * direction: PropTypes.oneOf(['start', 'end']).isRequired,
7 * }
8 */
9export var CarouselContext = /*#__PURE__*/React.createContext({});
\No newline at end of file