ant-design/components/enter-animation/index.jsx
2015-07-28 12:32:27 +08:00

9 lines
205 B
JavaScript

import React from 'react';
import EnterAnimation from 'enter-animation';
export default class AntEnterAnimation extends React.Component {
render() {
return <EnterAnimation {...this.props} />;
}
}