Interface JobActivityProps
interface JobActivityProps { buttons: { href: string; icon: IconType; onNavigate: ((url) => void); text: string; }[]; title: string; } Properties
buttons
buttons: { href: string; icon: IconType; onNavigate: ((url) => void); text: string; }[] Type declaration
href: string
onNavigate: ((url) => void)
text: string
list of buttons