import React from 'react'; import PropTypes from 'prop-types'; import { useManagementTableHeader } from '../../../utils/hooks/'; import { MaterialIcon } from '../../_shared/material-icon/MaterialIcon'; export function ManageCommentsItemHeader(props) { const [sort, order, isSelected, sortByColumn, checkAll] = useManagementTableHeader({ ...props, type: 'comments' }); return (