UNPKG

citong-react-web

Version:

A framework for building web apps with React

18 lines (15 loc) 370 B
/** * Copyright (c) 2015-present, Alibaba Group Holding Limited. * All rights reserved. * * Copyright (c) 2015, Facebook, Inc. All rights reserved. * * @providesModule ReactLayoutAnimation */ 'use strict'; var LayoutAnimation = { Types: {}, Properties: {}, configureNext: function configureNext() {} }; module.exports = LayoutAnimation;