UNPKG

797 BJavaScriptView Raw
1/* eslint-disable @typescript-eslint/no-explicit-any */
2import { MonthCaption } from "../components/MonthCaption.js";
3import { Week } from "../components/Week.js";
4import { useDayPicker } from "../useDayPicker.js";
5/**
6 * @deprecated This component has been renamed. Use `MonthCaption` instead.
7 * @protected
8 * @group Components
9 * @see https://daypicker.dev/guides/custom-components
10 */
11export const Caption = MonthCaption;
12/**
13 * @deprecated This component has been renamed. Use `Week` instead.
14 * @protected
15 * @group Components
16 * @see https://daypicker.dev/guides/custom-components
17 */
18export const Row = Week;
19/**
20 * @deprecated This type has been removed to `useDayPicker`.
21 * @protected
22 * @group Hooks
23 */
24export const useNavigation = useDayPicker;
25//# sourceMappingURL=deprecated.js.map
\No newline at end of file