UNPKG
stitch-ui
Version:
latest (0.0.4)
0.0.4
stitch-ui
/
src
/
core
/
proptypes.js
9 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
PropTypes
from
"prop-types"
;
// eslint-disable-next-line import/prefer-default-export
export
const
appPropType = {
app
:
PropTypes
.
shape
({
_id
:
PropTypes
.
string
.
isRequired
}).
isRequired
};