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