KyleAMathews / element-resize-event

Library to make it easy to listen for element resize events
http://kyleamathews.github.io/element-resize-event/
MIT License
175 stars 44 forks source link

how to use `unbind` ? #12

Closed codering closed 7 years ago

codering commented 7 years ago

use in es6

import elementResizeEvent, {unbind} from 'element-resize-event'

but the unbind is undefined

plgregoire commented 7 years ago

I'm also interested in knowing how ?

trevordmiller commented 7 years ago

Pull request submitted to add documentation for unbind: https://github.com/KyleAMathews/element-resize-event/pull/20