Skip to content

Commit

Permalink
export responsiveHOC as part of the main interface
Browse files Browse the repository at this point in the history
fix code format
  • Loading branch information
claracruz committed Aug 2, 2019
1 parent 7cda426 commit be3b556
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const React = require('react')
const {canvasStyle, mirrorProps} = require('./common')
const {omit} = require('./helpers')
const responsiveHOC = require('./responsiveHOC')

function prevSibling (node, count) {
while (node && count--) {
Expand Down Expand Up @@ -187,3 +188,4 @@ class LinesEllipsis extends React.Component {
LinesEllipsis.defaultProps = defaultProps

module.exports = LinesEllipsis
module.exports.responsiveHOC = responsiveHOC

0 comments on commit be3b556

Please sign in to comment.