summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/src/shapes/Readme.js
blob: 8414f05c2d92d91bb2b4204ed1784c60d6414b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
const React  = require('react');

const {
    shape
} = React.PropTypes;

const File = require('./File');

module.exports = shape({
    file:  File.isRequired
});