jasonkuhrt / react-popover

A smart popover component for React
600 stars 253 forks source link

Exporting PropTypes from separate package #109

Closed m1n0s closed 7 years ago

m1n0s commented 7 years ago

Partially solving #100

Unfortunately, I've started with React when there were ES6 classes already and I don't have much time to understand and solve differences with many createClass, createFactory and so on.