1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import { createContext } from 'react';
|
||||
/** @private Internal context. Do not use in your production. */
|
||||
const SliderInternalContext = /*#__PURE__*/createContext({});
|
||||
export default SliderInternalContext;
|
||||
Reference in New Issue
Block a user