export default function DayRange({color, width, height}: {color: string, width: number, height: number}) { return ( ); }