summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/src/shapes/Context.js
blob: dd6d0109d196101f4ddd9aacfe62f00d5a415c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
const React  = require('react');
const {
    object,
    shape
} = React.PropTypes;


module.exports = shape({
    store: object,
    actions: object
});