UNPKG

167 BJavaScriptView Raw
1import { createContext } from 'react';
2const SWRConfigContext = createContext({});
3SWRConfigContext.displayName = 'SWRConfigContext';
4export default SWRConfigContext;