UNPKG

r-magnet

Version:

A state management library for React

4 lines (3 loc) 134 B
import { Store } from '../typeHelper'; import React from 'react'; export declare const MagneticContext: React.Context<Store<any>>;