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