UNPKG
@raralabs/react-patro
Version:
latest (1.0.1)
1.0.1
1.0.0
AD and BS Calendar functions as hooks and component
raralabs/react-patro
@raralabs/react-patro
/
dist
/
hooks
/
useCalendarType.d.ts
4 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
import
{
CalendarType
}
from
"../types/main"
; declare
function
useCalendarType
(
calendarTypeFromProps: CalendarType
):
CalendarType
;
export
default
useCalendarType;