@alifd/next
Version:
A configurable component library for web built on React.
7 lines (6 loc) • 319 B
JavaScript
import { assignSubComponent } from '../util/component';
import Animate from './animate';
import Expand from './expand';
import OverlayAnimate from './overlay-animate';
var AnimateWithSubComponent = assignSubComponent(Animate, { Expand: Expand, OverlayAnimate: OverlayAnimate });
export default AnimateWithSubComponent;