@datepicker-react/hooks
Version:
React hooks for datepicker.
29 lines (28 loc) • 529 B
TypeScript
import {
useMonth,
UseMonthProps,
UseMonthResult,
dayLabelFormatFn as dayLabelFormat,
monthLabelFormatFn as monthLabelFormat,
weekdayLabelFormatFn as weekdayLabelFormat,
} from './useMonth'
import {
getDays,
getWeekdayLabels,
GetWeekdayLabelsProps,
GetDaysProps,
CalendarDay,
} from './useMonth.utils'
export {
dayLabelFormat,
monthLabelFormat,
weekdayLabelFormat,
useMonth,
getDays,
getWeekdayLabels,
GetWeekdayLabelsProps,
GetDaysProps,
UseMonthResult,
UseMonthProps,
CalendarDay,
}