Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct type inheritance in CalendarContainer props
Update CalendarContainerProps to extend HTMLAttributes<HTMLDivElement> instead of HTMLDivElement. This fixes the type definition to properly include all valid HTML attributes that can be passed to the div element, improving type safety and developer experience.
- Loading branch information