We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f30d4b commit d723856Copy full SHA for d723856
src/calendar_container.tsx
@@ -4,7 +4,7 @@ export interface CalendarContainerProps
4
extends React.PropsWithChildren<HTMLAttributes<HTMLDivElement>> {
5
showTimeSelectOnly?: boolean;
6
showTime?: boolean;
7
- inline: boolean | undefined;
+ inline?: boolean;
8
}
9
10
const CalendarContainer: React.FC<CalendarContainerProps> = function ({
0 commit comments