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
/
Calendar.d.ts
6 lines
(5 loc)
•
170 B
TypeScript
View Raw
1
2
3
4
5
6
import
React
from
'react'
;
import
{
CalendarProps
}
from
'./types'
;
import
'./styles.css'
;
declare
const
Calendar
:
React
.
FC
<
CalendarProps
>;
export
default
Calendar
;