import React from 'react'; interface Props { profile: any; } function ProfilerModal(props: Props) { const { profile: { name, args, result }, } = props; return (