mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-04-22 05:18:04 +00:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
import Animate from './animate';
|
|
import Expand from './expand';
|
|
|
|
Animate.Expand = Expand;
|
|
|
|
export default Animate;
|