import React from 'react'; export const AppHeaderActions: React.SFC = (props) => { return {props.children}; };