@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
10 lines (9 loc) • 1.37 kB
TypeScript
import { CalendarFormat, StartDayOfWeek } from "./use-calendar.js";
import { CalendarControl, CalendarControlProps, CalendarMonth, CalendarMonthProps, CalendarMonthSelect, CalendarMonthSelectProps, CalendarNavigation, CalendarNavigationProps, CalendarNextButton, CalendarNextButtonProps, CalendarPrevButton, CalendarPrevButtonProps, CalendarPropsContext, CalendarRoot, CalendarRootProps, CalendarYearSelect, CalendarYearSelectProps, useCalendarPropsContext } from "./calendar.js";
//#region src/components/calendar/namespace.d.ts
declare namespace namespace_d_exports {
export { CalendarControl as Control, CalendarControlProps as ControlProps, CalendarFormat as Format, CalendarMonth as Month, CalendarMonthProps as MonthProps, CalendarMonthSelect as MonthSelect, CalendarMonthSelectProps as MonthSelectProps, CalendarNavigation as Navigation, CalendarNavigationProps as NavigationProps, CalendarNextButton as NextButton, CalendarNextButtonProps as NextButtonProps, CalendarPrevButton as PrevButton, CalendarPrevButtonProps as PrevButtonProps, CalendarPropsContext as PropsContext, CalendarRoot as Root, CalendarRootProps as RootProps, StartDayOfWeek, CalendarYearSelect as YearSelect, CalendarYearSelectProps as YearSelectProps, useCalendarPropsContext as usePropsContext };
}
//#endregion
export { namespace_d_exports };
//# sourceMappingURL=namespace.d.ts.map