UNPKG

x-antd-vue

Version:

base on antd 1.7.2

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