import { ReactNode } from "react" type FormDateRangeProps = { icon: ReactNode, start: ReactNode, connector: ReactNode, end: ReactNode, } export function FormDateRange(props: FormDateRangeProps) { return (