Skip to content

Commit

Permalink
Merge pull request #4914 from plahteenlahti/fix/export-types
Browse files Browse the repository at this point in the history
feat: export CalendarContainerProps interface
  • Loading branch information
martijnrusschen authored Jun 19, 2024
2 parents 4d0f262 + f2aa65a commit 7a0c971
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 7a0c971

Please sign in to comment.