UNPKG

mobx-view-model

Version:
4 lines (3 loc) 130 B
import { createContext } from 'react'; // will contains the view model export const ActiveViewModelContext = createContext(null);