import React from 'react'; export function ToolbarActions(props) { return (
{props.children}
); } export default ToolbarActions;