UNPKG

febs-react-web

Version:

A framework for building web apps with React

16 lines (14 loc) 329 B
/** * Copyright (c) 2015-present, Alibaba Group Holding Limited. * All rights reserved. * * @providesModule ReactInteractionManager */ 'use strict'; module.exports = { createInteractionHandle: function() {}, clearInteractionHandle: function() {}, runAfterInteractions: function(cb) { cb(); }, };