UNPKG

yylib-quick-mobile

Version:

yylib-quick-mobile

12 lines 246 B
import React from 'react'; class YYLayout extends React.Component { render() { let {children} = this.props; return( <div style={{height:"100%"}}> {children} </div> ); } } module.exports = YYLayout;