import React from 'react'; export class PanelHeader extends BaseComponent { render() { return (

{this.props.title}

{this.props.children}
); } }