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


module.exports = shape({
    t: func
});