The scenario is creating a styleguide for react components with nice type safety.
npm run build
then node dist/index.js
const rendered = Example({
title: 'Thing!',
propTypeDescription:{
prop1: 'Ok'
}
})
Should fail to compile saying prop2
has not been defined