You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/circuit-ui/components/Calendar/Calendar.tsx
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -91,14 +91,6 @@ interface SharedProps {
91
91
* Defaults to `navigator.language` in supported environments.
92
92
*/
93
93
locale?: Locale;
94
-
/**
95
-
* @deprecated Support for the `gregory` calendar has been removed since it
96
-
* never fully worked. The `calendar` prop will be removed in the next major
97
-
* version.
98
-
*
99
-
* The identifier for the used [calendar](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Locale/calendar). Default: `iso8601`.
100
-
*/
101
-
calendar?: 'iso8601'|'gregory';
102
94
/**
103
95
* An integer indicating the first day of the week. Can be either `1` (Monday)
0 commit comments