UNPKG

223 BJavaScriptView Raw
1import * as React from 'react';
2var SliderContext = /*#__PURE__*/React.createContext({
3 min: 0,
4 max: 0,
5 direction: 'ltr',
6 step: 1,
7 includedStart: 0,
8 includedEnd: 0,
9 tabIndex: 0
10});
11export default SliderContext;
\No newline at end of file