UNPKG

mini-store

Version:

[![Travis](https://img.shields.io/travis/yesmeck/mini-store.svg?style=flat-square)](https://travis-ci.org/yesmeck/mini-store)

7 lines (6 loc) 206 B
import PropTypes from 'prop-types'; export var storeShape = PropTypes.shape({ subscribe: PropTypes.func.isRequired, setState: PropTypes.func.isRequired, getState: PropTypes.func.isRequired, });