febs-react-web
Version:
A framework for building web apps with React
16 lines (14 loc) • 329 B
JavaScript
/**
* Copyright (c) 2015-present, Alibaba Group Holding Limited.
* All rights reserved.
*
* @providesModule ReactInteractionManager
*/
;
module.exports = {
createInteractionHandle: function() {},
clearInteractionHandle: function() {},
runAfterInteractions: function(cb) {
cb();
},
};