UNPKG

react-elegant-ui

Version:

Elegant UI components, made by BEM best practices for react

8 lines 379 B
// TODO: #feat #hack forward requirements to up. i.e. i have 11 HOCs, but in one time can compose only 10 // then, composer who over current should know about it and remove unnecessary props there export * from './types'; export * from './withHOCConstructor'; export * from './withClassnameHOC'; export * from './compose'; export * from './composeU'; export * from './composeUD';