Type alias SurveyTableRowProps
SurveyTableRowProps: { formatDate: ((date) => string); isChecked: boolean; onCheckboxChange: ((checked) => void); statusLabel: string; survey: SurveyTableType; } Type declaration
formatDate: ((date) => string)
- (date): string
Returns string
isChecked: boolean
onCheckboxChange: ((checked) => void)
- (checked): void
Returns void
statusLabel: string