UNPKG
react-calendar
Version:
latest (6.0.0)
6.0.0
5.1.0
5.0.0
4.8.0
4.7.0
4.6.1
4.6.0
4.5.0
4.4.0
4.3.0
4.2.1
4.2.0
4.1.1
4.1.0
4.0.0
3.9.0
3.8.0
3.7.0
3.6.0
3.5.0
3.4.0
3.3.1
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
3.0.0-beta.6
3.0.0-beta.5
3.0.0-beta.4
3.0.0-beta.3
3.0.0-beta.2
3.0.0-beta
2.19.2
2.19.1
2.19.0
2.18.1
2.18.0
2.17.5
2.17.4
2.17.3
2.17.2
2.17.1
2.17.0
2.17.0-beta
2.16.1
2.16.0
2.15.2
2.15.1
2.15.0
2.14.0
2.13.5
2.13.4
2.13.2
2.13.1
2.13.0
2.12.0
2.11.2
2.11.1
2.11.0
2.10.0
2.9.0
2.8.0
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.1
2.3.0
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.4.0
0.3.0
0.2.0
0.1.0
Ultimate calendar for your React app.
wojtekmaj/react-calendar
react-calendar
/
dist
/
YearView.d.ts
8 lines
(7 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Months
from
'./YearView/Months.js'
; type
YearViewProps
=
React
.
ComponentProps
<
typeof
Months
>;
/** * Displays a given year. */
export
default
function
YearView
(
props: YearViewProps
):
React
.
ReactElement
;
export
{};