Skip to content

Commit

Permalink
feat: export CalendarContainerProps interface
Browse files Browse the repository at this point in the history
The `CalendarContainerProps` interface is now exported, allowing other modules to import and use it.
  • Loading branch information
plahteenlahti committed Jun 18, 2024
1 parent 0c27496 commit f2aa65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calendar_container.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

interface CalendarContainerProps extends React.PropsWithChildren {
export interface CalendarContainerProps extends React.PropsWithChildren {
showTimeSelectOnly?: boolean;
showTime?: boolean;
className?: string;
Expand Down

0 comments on commit f2aa65a

Please sign in to comment.