1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.useNavigation = exports.Row = exports.Caption = void 0;
|
4 | /* eslint-disable @typescript-eslint/no-explicit-any */
|
5 | const MonthCaption_js_1 = require("../components/MonthCaption.js");
|
6 | const Week_js_1 = require("../components/Week.js");
|
7 | const useDayPicker_js_1 = require("../useDayPicker.js");
|
8 | /**
|
9 | * @deprecated This component has been renamed. Use `MonthCaption` instead.
|
10 | * @protected
|
11 | * @group Components
|
12 | * @see https://daypicker.dev/guides/custom-components
|
13 | */
|
14 | exports.Caption = MonthCaption_js_1.MonthCaption;
|
15 | /**
|
16 | * @deprecated This component has been renamed. Use `Week` instead.
|
17 | * @protected
|
18 | * @group Components
|
19 | * @see https://daypicker.dev/guides/custom-components
|
20 | */
|
21 | exports.Row = Week_js_1.Week;
|
22 | /**
|
23 | * @deprecated This type has been removed to `useDayPicker`.
|
24 | * @protected
|
25 | * @group Hooks
|
26 | */
|
27 | exports.useNavigation = useDayPicker_js_1.useDayPicker;
|
28 | //# sourceMappingURL=deprecated.js.map |
\ | No newline at end of file |