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

Type declaration

  • formatDate: ((date) => string)
      • (date): string
      • Parameters

        • date: string

        Returns string

  • isChecked: boolean
  • onCheckboxChange: ((checked) => void)
      • (checked): void
      • Parameters

        • checked: CheckedState

        Returns void

  • statusLabel: string
  • survey: SurveyTableType