Props
open
onOpenChange
initialHours
onSave
BusinessHoursDialog component
import { BusinessHoursDialog } from '@/components/BusinessHoursDialog';
export default function Example() {
return (
<BusinessHoursDialog open={open} onOpenChange={onOpenChange} />
);
}