import type { FC } from 'react' import React from 'react' const HeadRow: FC, HTMLTableRowElement>> = ({ children, ...props }) => ( {children} ) export default HeadRow