UNPKG

yylib-quick-mobile

Version:

yylib-quick-mobile

11 lines 221 B
import React, {Component} from 'react'; class YYCarouselPanel extends Component { render() { return ( <div> </div> ); } } YYCarouselPanel.defaultProps = {} export default YYCarouselPanel;