UNPKG

166 BJavaScriptView Raw
1import { createContext as ReactCreateContext } from 'react';
2export const createContext = ({
3 api,
4 state
5}) => /*#__PURE__*/ReactCreateContext({
6 api,
7 state
8});
\No newline at end of file