mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-19 17:15:24 +00:00
const React = require('react');
const {
shape
} = React.PropTypes;
const File = require('./File');
module.exports = shape({
file: File.isRequired
});