UNPKG

react-css-transition

Version:
13 lines (11 loc) 355 B
import { withHandlers } from "reassemble"; export var withDOMNodeCallback = withHandlers(function () { var ref; return { onDOMNodeRef: function () { return function (e) { ref = e; }; }, getDOMNode: function () { return function () { return ref; }; }, }; }); //# sourceMappingURL=withDOMNodeCallback.js.map