UNPKG

@exivity/proton

Version:
6 lines (3 loc) 110 B
import { createContext } from 'react' const CrudContext = createContext({}) export default CrudContext