import { FC } from "react"; import { PTProp } from "../utils/typings"; export const PanelHeader: FC = ({ child, tab, PassProp, item, on_click, pt, name, }) => { return (
{child}
); };