mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-06-05 15:10:59 +00:00
6 lines
114 B
JavaScript
6 lines
114 B
JavaScript
import Animate from './animate';
|
|
import Expand from './expand';
|
|
|
|
Animate.Expand = Expand;
|
|
|
|
export default Animate; |