react-native-plain-calendar
Version:
Calendar component for React-Native
9 lines (8 loc) • 729 B
TypeScript
import { Calendar } from './src/components/Calendar';
import type { CalendarPickerProps, CalendarProps } from './src/components/Calendar';
import type { CellsProps } from './src/components/Cells/Cells';
import type { DayComponentProps, DayProps } from './src/components/Day/Day';
import type { HeaderComponentProps, HeaderProps } from './src/components/Header/Header';
import type { HeaderButtonComponentProps, HeaderButtonProps } from './src/components/Header/HeaderButton';
import type { WeekProps } from './src/components/Week/Week';
export { Calendar, CalendarPickerProps, CalendarProps, HeaderComponentProps, HeaderProps, HeaderButtonComponentProps, HeaderButtonProps, WeekProps, CellsProps, DayComponentProps, DayProps, };