UNPKG

@easy-shadcn/react

Version:

Use shadcn/ui easy&enhance like component library

9 lines (5 loc) 236 B
import * as React$1 from 'react'; import { DayPicker } from 'react-day-picker'; type CalendarProps = React$1.ComponentProps<typeof DayPicker>; declare const Calendar: React.FC<CalendarProps>; export { Calendar, type CalendarProps };