import { ReactNode } from "react"; const PickerHeading = ({ children }: { children: ReactNode }) => (
{children}
); export default PickerHeading;