UNPKG
flexible-calendar-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
Customizable React calendar components with monthly and yearly views
flexible-calendar-ui
/
dist
/
YearCalendar.d.ts
6 lines
(5 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
{
YearCalendarProps
}
from
'./types'
;
import
'./styles.css'
;
declare
const
YearCalendar
:
React
.
FC
<
YearCalendarProps
>;
export
default
YearCalendar
;