@mui/lab 5.0.0-alpha.73 → 5.0.0-alpha.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. package/AdapterDateFns/index.d.ts +1 -1
  2. package/AdapterDayjs/index.d.ts +1 -1
  3. package/AdapterLuxon/index.d.ts +1 -1
  4. package/AdapterMoment/index.d.ts +1 -1
  5. package/CHANGELOG.md +43 -0
  6. package/CalendarPicker/CalendarPicker.d.ts +106 -106
  7. package/CalendarPicker/PickersCalendar.d.ts +47 -47
  8. package/CalendarPicker/PickersCalendarHeader.d.ts +43 -43
  9. package/CalendarPicker/PickersFadeTransitionGroup.d.ts +12 -12
  10. package/CalendarPicker/PickersSlideTransition.d.ts +16 -16
  11. package/CalendarPicker/index.d.ts +5 -5
  12. package/CalendarPicker/shared.d.ts +1 -1
  13. package/CalendarPicker/useCalendarState.d.ts +32 -32
  14. package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +41 -41
  15. package/CalendarPickerSkeleton/index.d.ts +3 -3
  16. package/ClockPicker/Clock.d.ts +28 -28
  17. package/ClockPicker/ClockNumber.d.ts +19 -19
  18. package/ClockPicker/ClockNumbers.d.ts +24 -24
  19. package/ClockPicker/ClockPicker.d.ts +121 -121
  20. package/ClockPicker/ClockPickerStandalone.d.ts +28 -28
  21. package/ClockPicker/ClockPointer.d.ts +23 -23
  22. package/ClockPicker/index.d.ts +5 -5
  23. package/ClockPicker/shared.d.ts +5 -5
  24. package/DatePicker/DatePicker.d.ts +27 -27
  25. package/DatePicker/DatePickerToolbar.d.ts +23 -23
  26. package/DatePicker/index.d.ts +2 -2
  27. package/DatePicker/shared.d.ts +45 -45
  28. package/DateRangePicker/DateRangePicker.d.ts +65 -65
  29. package/DateRangePicker/DateRangePickerInput.d.ts +35 -35
  30. package/DateRangePicker/DateRangePickerToolbar.d.ts +15 -15
  31. package/DateRangePicker/DateRangePickerView.d.ts +44 -44
  32. package/DateRangePicker/DateRangePickerViewDesktop.d.ts +29 -29
  33. package/DateRangePicker/DateRangePickerViewMobile.d.ts +17 -17
  34. package/DateRangePicker/RangeTypes.d.ts +8 -8
  35. package/DateRangePicker/date-range-manager.d.ts +14 -14
  36. package/DateRangePicker/index.d.ts +3 -3
  37. package/DateRangePickerDay/DateRangePickerDay.d.ts +79 -79
  38. package/DateRangePickerDay/index.d.ts +2 -2
  39. package/DateTimePicker/DateTimePicker.d.ts +27 -27
  40. package/DateTimePicker/DateTimePickerTabs.d.ts +13 -13
  41. package/DateTimePicker/DateTimePickerToolbar.d.ts +7 -7
  42. package/DateTimePicker/index.d.ts +2 -2
  43. package/DateTimePicker/shared.d.ts +67 -67
  44. package/DesktopDatePicker/DesktopDatePicker.d.ts +20 -20
  45. package/DesktopDatePicker/index.d.ts +2 -2
  46. package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +64 -64
  47. package/DesktopDateRangePicker/index.d.ts +2 -2
  48. package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +20 -20
  49. package/DesktopDateTimePicker/index.d.ts +2 -2
  50. package/DesktopTimePicker/DesktopTimePicker.d.ts +20 -20
  51. package/DesktopTimePicker/index.d.ts +2 -2
  52. package/LoadingButton/loadingButtonClasses.d.ts +22 -22
  53. package/LocalizationProvider/LocalizationProvider.d.ts +35 -35
  54. package/LocalizationProvider/index.d.ts +2 -2
  55. package/Masonry/masonryClasses.d.ts +8 -8
  56. package/MobileDatePicker/MobileDatePicker.d.ts +20 -20
  57. package/MobileDatePicker/index.d.ts +2 -2
  58. package/MobileDateRangePicker/MobileDateRangePicker.d.ts +64 -64
  59. package/MobileDateRangePicker/index.d.ts +2 -2
  60. package/MobileDateTimePicker/MobileDateTimePicker.d.ts +20 -20
  61. package/MobileDateTimePicker/index.d.ts +2 -2
  62. package/MobileTimePicker/MobileTimePicker.d.ts +20 -20
  63. package/MobileTimePicker/index.d.ts +2 -2
  64. package/MonthPicker/MonthPicker.d.ts +53 -53
  65. package/MonthPicker/PickersMonth.d.ts +15 -15
  66. package/MonthPicker/index.d.ts +3 -3
  67. package/PickersDay/PickersDay.d.ts +93 -93
  68. package/PickersDay/index.d.ts +4 -4
  69. package/StaticDatePicker/StaticDatePicker.d.ts +25 -25
  70. package/StaticDatePicker/index.d.ts +2 -2
  71. package/StaticDateRangePicker/StaticDateRangePicker.d.ts +67 -67
  72. package/StaticDateRangePicker/index.d.ts +2 -2
  73. package/StaticDateTimePicker/StaticDateTimePicker.d.ts +25 -25
  74. package/StaticDateTimePicker/index.d.ts +2 -2
  75. package/StaticTimePicker/StaticTimePicker.d.ts +25 -25
  76. package/StaticTimePicker/index.d.ts +2 -2
  77. package/TabPanel/tabPanelClasses.d.ts +8 -8
  78. package/TimePicker/TimePicker.d.ts +27 -27
  79. package/TimePicker/TimePickerToolbar.d.ts +23 -23
  80. package/TimePicker/index.d.ts +2 -2
  81. package/TimePicker/shared.d.ts +36 -36
  82. package/Timeline/Timeline.d.ts +59 -59
  83. package/Timeline/TimelineContext.d.ts +6 -6
  84. package/Timeline/index.d.ts +5 -5
  85. package/Timeline/timelineClasses.d.ts +3 -3
  86. package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
  87. package/TimelineContent/timelineContentClasses.d.ts +14 -14
  88. package/TimelineDot/timelineDotClasses.d.ts +24 -24
  89. package/TimelineItem/timelineItemClasses.d.ts +16 -16
  90. package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
  91. package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
  92. package/TreeItem/treeItemClasses.d.ts +24 -24
  93. package/TreeView/treeViewClasses.d.ts +8 -8
  94. package/YearPicker/PickersYear.d.ts +27 -27
  95. package/YearPicker/YearPicker.d.ts +44 -44
  96. package/YearPicker/index.d.ts +5 -5
  97. package/YearPicker/yearPickerClasses.d.ts +3 -3
  98. package/index.js +1 -1
  99. package/internal/pickers/KeyboardDateInput.d.ts +4 -4
  100. package/internal/pickers/Picker/Picker.d.ts +33 -33
  101. package/internal/pickers/Picker/PickerView.d.ts +3 -3
  102. package/internal/pickers/PickersArrowSwitcher.d.ts +41 -41
  103. package/internal/pickers/PickersModalDialog.d.ts +47 -47
  104. package/internal/pickers/PickersPopper.d.ts +44 -44
  105. package/internal/pickers/PickersToolbar.d.ts +14 -14
  106. package/internal/pickers/PickersToolbarButton.d.ts +13 -13
  107. package/internal/pickers/PickersToolbarText.d.ts +8 -8
  108. package/internal/pickers/PureDateInput.d.ts +80 -80
  109. package/internal/pickers/constants/dimensions.d.ts +4 -4
  110. package/internal/pickers/constants/prop-types.d.ts +1 -1
  111. package/internal/pickers/date-time-utils.d.ts +8 -8
  112. package/internal/pickers/date-utils.d.ts +52 -52
  113. package/internal/pickers/hooks/date-helpers-hooks.d.ts +16 -16
  114. package/internal/pickers/hooks/useIsLandscape.d.ts +4 -4
  115. package/internal/pickers/hooks/useMaskedInput.d.ts +7 -7
  116. package/internal/pickers/hooks/useOpenState.d.ts +10 -10
  117. package/internal/pickers/hooks/usePickerState.d.ts +38 -38
  118. package/internal/pickers/hooks/useUtils.d.ts +7 -7
  119. package/internal/pickers/hooks/useValidation.d.ts +23 -23
  120. package/internal/pickers/hooks/useViews.d.ts +19 -19
  121. package/internal/pickers/text-field-helper.d.ts +11 -11
  122. package/internal/pickers/time-utils.d.ts +33 -33
  123. package/internal/pickers/typings/BasePicker.d.ts +95 -95
  124. package/internal/pickers/typings/Views.d.ts +1 -1
  125. package/internal/pickers/typings/helpers.d.ts +9 -9
  126. package/internal/pickers/utils.d.ts +7 -7
  127. package/internal/pickers/wrappers/DesktopTooltipWrapper.d.ts +4 -4
  128. package/internal/pickers/wrappers/DesktopWrapper.d.ts +16 -16
  129. package/internal/pickers/wrappers/MobileWrapper.d.ts +14 -14
  130. package/internal/pickers/wrappers/PickerStaticWrapper.d.ts +21 -21
  131. package/internal/pickers/wrappers/ResponsiveWrapper.d.ts +23 -23
  132. package/internal/pickers/wrappers/WrapperProps.d.ts +13 -13
  133. package/internal/pickers/wrappers/WrapperVariantContext.d.ts +11 -11
  134. package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
  135. package/internal/svg-icons/ArrowLeft.d.ts +7 -7
  136. package/internal/svg-icons/ArrowRight.d.ts +7 -7
  137. package/internal/svg-icons/Calendar.d.ts +7 -7
  138. package/internal/svg-icons/Clock.d.ts +7 -7
  139. package/internal/svg-icons/DateRange.d.ts +7 -7
  140. package/internal/svg-icons/Pen.d.ts +7 -7
  141. package/internal/svg-icons/Time.d.ts +7 -7
  142. package/legacy/index.js +1 -1
  143. package/modern/index.js +1 -1
  144. package/node/index.js +1 -1
  145. package/package.json +3 -3
@@ -1,44 +1,44 @@
1
- /// <reference types="react" />
2
- import { PickerOnChangeFn } from '../internal/pickers/hooks/useViews';
3
- export interface ExportedYearPickerProps<TDate> {
4
- /**
5
- * Callback firing on year change @DateIOType.
6
- */
7
- onYearChange?: (date: TDate) => void;
8
- /**
9
- * Disable specific years dynamically.
10
- * Works like `shouldDisableDate` but for year selection view @DateIOType.
11
- */
12
- shouldDisableYear?: (day: TDate) => boolean;
13
- }
14
- export declare type YearPickerClassKey = keyof NonNullable<YearPickerProps<any>['classes']>;
15
- export interface YearPickerProps<TDate> extends ExportedYearPickerProps<TDate> {
16
- autoFocus?: boolean;
17
- className?: string;
18
- classes?: {
19
- /** Styles applied to the root element. */
20
- root?: string;
21
- };
22
- date: TDate | null;
23
- disabled?: boolean;
24
- disableFuture?: boolean | null;
25
- disablePast?: boolean | null;
26
- isDateDisabled: (day: TDate) => boolean;
27
- minDate: TDate;
28
- maxDate: TDate;
29
- onChange: PickerOnChangeFn<TDate>;
30
- onFocusedDayChange?: (day: TDate) => void;
31
- readOnly?: boolean;
32
- }
33
- declare const _default: <TDate>(props: YearPickerProps<TDate>) => JSX.Element;
34
- /**
35
- *
36
- * Demos:
37
- *
38
- * - [Date Picker](https://mui.com/components/date-picker/)
39
- *
40
- * API:
41
- *
42
- * - [YearPicker API](https://mui.com/api/year-picker/)
43
- */
44
- export default _default;
1
+ /// <reference types="react" />
2
+ import { PickerOnChangeFn } from '../internal/pickers/hooks/useViews';
3
+ export interface ExportedYearPickerProps<TDate> {
4
+ /**
5
+ * Callback firing on year change @DateIOType.
6
+ */
7
+ onYearChange?: (date: TDate) => void;
8
+ /**
9
+ * Disable specific years dynamically.
10
+ * Works like `shouldDisableDate` but for year selection view @DateIOType.
11
+ */
12
+ shouldDisableYear?: (day: TDate) => boolean;
13
+ }
14
+ export declare type YearPickerClassKey = keyof NonNullable<YearPickerProps<any>['classes']>;
15
+ export interface YearPickerProps<TDate> extends ExportedYearPickerProps<TDate> {
16
+ autoFocus?: boolean;
17
+ className?: string;
18
+ classes?: {
19
+ /** Styles applied to the root element. */
20
+ root?: string;
21
+ };
22
+ date: TDate | null;
23
+ disabled?: boolean;
24
+ disableFuture?: boolean | null;
25
+ disablePast?: boolean | null;
26
+ isDateDisabled: (day: TDate) => boolean;
27
+ minDate: TDate;
28
+ maxDate: TDate;
29
+ onChange: PickerOnChangeFn<TDate>;
30
+ onFocusedDayChange?: (day: TDate) => void;
31
+ readOnly?: boolean;
32
+ }
33
+ declare const _default: <TDate>(props: YearPickerProps<TDate>) => JSX.Element;
34
+ /**
35
+ *
36
+ * Demos:
37
+ *
38
+ * - [Date Picker](https://mui.com/components/date-picker/)
39
+ *
40
+ * API:
41
+ *
42
+ * - [YearPicker API](https://mui.com/api/year-picker/)
43
+ */
44
+ export default _default;
@@ -1,5 +1,5 @@
1
- export { default } from './YearPicker';
2
- export declare type YearPickerClassKey = import('./YearPicker').YearPickerClassKey;
3
- export declare type YearPickerProps<TDate> = import('./YearPicker').YearPickerProps<TDate>;
4
- export { default as yearPickerClasses } from './yearPickerClasses';
5
- export * from './yearPickerClasses';
1
+ export { default } from './YearPicker';
2
+ export declare type YearPickerClassKey = import('./YearPicker').YearPickerClassKey;
3
+ export declare type YearPickerProps<TDate> = import('./YearPicker').YearPickerProps<TDate>;
4
+ export { default as yearPickerClasses } from './yearPickerClasses';
5
+ export * from './yearPickerClasses';
@@ -1,3 +1,3 @@
1
- export declare function getYearPickerUtilityClass(slot: string): string;
2
- declare const yearPickerClasses: Record<"root", string>;
3
- export default yearPickerClasses;
1
+ export declare function getYearPickerUtilityClass(slot: string): string;
2
+ declare const yearPickerClasses: Record<"root", string>;
3
+ export default yearPickerClasses;
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- /** @license MUI v5.0.0-alpha.73
1
+ /** @license MUI v5.0.0-alpha.74
2
2
  *
3
3
  * This source code is licensed under the MIT license found in the
4
4
  * LICENSE file in the root directory of this source tree.
@@ -1,4 +1,4 @@
1
- import * as React from 'react';
2
- import { DateInputProps } from './PureDateInput';
3
- export declare const KeyboardDateInput: React.ForwardRefExoticComponent<DateInputProps<unknown, unknown> & React.RefAttributes<HTMLDivElement>>;
4
- export default KeyboardDateInput;
1
+ import * as React from 'react';
2
+ import { DateInputProps } from './PureDateInput';
3
+ export declare const KeyboardDateInput: React.ForwardRefExoticComponent<DateInputProps<unknown, unknown> & React.RefAttributes<HTMLDivElement>>;
4
+ export default KeyboardDateInput;
@@ -1,33 +1,33 @@
1
- import * as React from 'react';
2
- import { WrapperVariant } from '../wrappers/WrapperVariantContext';
3
- import { DateInputPropsLike } from '../wrappers/WrapperProps';
4
- import { PickerSelectionState } from '../hooks/usePickerState';
5
- import { BasePickerProps, CalendarAndClockProps } from '../typings/BasePicker';
6
- import { AllAvailableViews } from '../typings/Views';
7
- export interface ExportedPickerProps<View extends AllAvailableViews> extends Omit<BasePickerProps<unknown, unknown>, 'value' | 'onChange'>, Omit<CalendarAndClockProps<unknown>, 'onViewChange' | 'openTo' | 'view'> {
8
- dateRangeIcon?: React.ReactNode;
9
- /**
10
- * Callback fired on view change.
11
- */
12
- onViewChange?: (view: View) => void;
13
- /**
14
- * First view to show.
15
- */
16
- openTo: View;
17
- timeIcon?: React.ReactNode;
18
- /**
19
- * Array of views to show.
20
- */
21
- views: readonly View[];
22
- }
23
- export interface PickerProps<View extends AllAvailableViews> extends ExportedPickerProps<View> {
24
- autoFocus?: boolean;
25
- date: any;
26
- DateInputProps: DateInputPropsLike;
27
- isMobileKeyboardViewOpen: boolean;
28
- onDateChange: (date: any, currentWrapperVariant: WrapperVariant, isFinish?: PickerSelectionState) => void;
29
- toggleMobileKeyboardView: () => void;
30
- }
31
- export declare const MobileKeyboardInputView: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
- declare function Picker<View extends AllAvailableViews>(props: PickerProps<View>): JSX.Element;
33
- export default Picker;
1
+ import * as React from 'react';
2
+ import { WrapperVariant } from '../wrappers/WrapperVariantContext';
3
+ import { DateInputPropsLike } from '../wrappers/WrapperProps';
4
+ import { PickerSelectionState } from '../hooks/usePickerState';
5
+ import { BasePickerProps, CalendarAndClockProps } from '../typings/BasePicker';
6
+ import { AllAvailableViews } from '../typings/Views';
7
+ export interface ExportedPickerProps<View extends AllAvailableViews> extends Omit<BasePickerProps<unknown, unknown>, 'value' | 'onChange'>, Omit<CalendarAndClockProps<unknown>, 'onViewChange' | 'openTo' | 'view'> {
8
+ dateRangeIcon?: React.ReactNode;
9
+ /**
10
+ * Callback fired on view change.
11
+ */
12
+ onViewChange?: (view: View) => void;
13
+ /**
14
+ * First view to show.
15
+ */
16
+ openTo: View;
17
+ timeIcon?: React.ReactNode;
18
+ /**
19
+ * Array of views to show.
20
+ */
21
+ views: readonly View[];
22
+ }
23
+ export interface PickerProps<View extends AllAvailableViews> extends ExportedPickerProps<View> {
24
+ autoFocus?: boolean;
25
+ date: any;
26
+ DateInputProps: DateInputPropsLike;
27
+ isMobileKeyboardViewOpen: boolean;
28
+ onDateChange: (date: any, currentWrapperVariant: WrapperVariant, isFinish?: PickerSelectionState) => void;
29
+ toggleMobileKeyboardView: () => void;
30
+ }
31
+ export declare const MobileKeyboardInputView: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
32
+ declare function Picker<View extends AllAvailableViews>(props: PickerProps<View>): JSX.Element;
33
+ export default Picker;
@@ -1,3 +1,3 @@
1
- /// <reference types="react" />
2
- declare const PickerView: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
- export default PickerView;
1
+ /// <reference types="react" />
2
+ declare const PickerView: import("@emotion/styled").StyledComponent<import("@mui/system").MUIStyledCommonProps<import("@mui/material/styles").Theme>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
3
+ export default PickerView;
@@ -1,41 +1,41 @@
1
- import * as React from 'react';
2
- export interface ExportedArrowSwitcherProps {
3
- /**
4
- * The components used for each slot.
5
- * Either a string to use a HTML element or a component.
6
- * @default {}
7
- */
8
- components?: {
9
- LeftArrowButton?: React.ElementType;
10
- LeftArrowIcon?: React.ElementType;
11
- RightArrowButton?: React.ElementType;
12
- RightArrowIcon?: React.ElementType;
13
- };
14
- /**
15
- * The props used for each slot inside.
16
- * @default {}
17
- */
18
- componentsProps?: {
19
- leftArrowButton?: Record<string, any>;
20
- rightArrowButton?: Record<string, any>;
21
- };
22
- /**
23
- * Left arrow icon aria-label text.
24
- */
25
- leftArrowButtonText?: string;
26
- /**
27
- * Right arrow icon aria-label text.
28
- */
29
- rightArrowButtonText?: string;
30
- }
31
- interface ArrowSwitcherProps extends ExportedArrowSwitcherProps, Omit<React.HTMLProps<HTMLDivElement>, 'ref'> {
32
- children?: React.ReactNode;
33
- isLeftDisabled: boolean;
34
- isLeftHidden?: boolean;
35
- isRightDisabled: boolean;
36
- isRightHidden?: boolean;
37
- onLeftClick: () => void;
38
- onRightClick: () => void;
39
- }
40
- declare const PickersArrowSwitcher: React.ForwardRefExoticComponent<Omit<ArrowSwitcherProps, "as"> & React.RefAttributes<HTMLDivElement>>;
41
- export default PickersArrowSwitcher;
1
+ import * as React from 'react';
2
+ export interface ExportedArrowSwitcherProps {
3
+ /**
4
+ * The components used for each slot.
5
+ * Either a string to use a HTML element or a component.
6
+ * @default {}
7
+ */
8
+ components?: {
9
+ LeftArrowButton?: React.ElementType;
10
+ LeftArrowIcon?: React.ElementType;
11
+ RightArrowButton?: React.ElementType;
12
+ RightArrowIcon?: React.ElementType;
13
+ };
14
+ /**
15
+ * The props used for each slot inside.
16
+ * @default {}
17
+ */
18
+ componentsProps?: {
19
+ leftArrowButton?: Record<string, any>;
20
+ rightArrowButton?: Record<string, any>;
21
+ };
22
+ /**
23
+ * Left arrow icon aria-label text.
24
+ */
25
+ leftArrowButtonText?: string;
26
+ /**
27
+ * Right arrow icon aria-label text.
28
+ */
29
+ rightArrowButtonText?: string;
30
+ }
31
+ interface ArrowSwitcherProps extends ExportedArrowSwitcherProps, Omit<React.HTMLProps<HTMLDivElement>, 'ref'> {
32
+ children?: React.ReactNode;
33
+ isLeftDisabled: boolean;
34
+ isLeftHidden?: boolean;
35
+ isRightDisabled: boolean;
36
+ isRightHidden?: boolean;
37
+ onLeftClick: () => void;
38
+ onRightClick: () => void;
39
+ }
40
+ declare const PickersArrowSwitcher: React.ForwardRefExoticComponent<Omit<ArrowSwitcherProps, "as"> & React.RefAttributes<HTMLDivElement>>;
41
+ export default PickersArrowSwitcher;
@@ -1,47 +1,47 @@
1
- import * as React from 'react';
2
- import { DialogProps as MuiDialogProps } from '@mui/material/Dialog';
3
- export interface ExportedPickerModalProps {
4
- /**
5
- * Ok button text.
6
- * @default 'OK'
7
- */
8
- okText?: React.ReactNode;
9
- /**
10
- * Cancel text message.
11
- * @default 'Cancel'
12
- */
13
- cancelText?: React.ReactNode;
14
- /**
15
- * Clear text message.
16
- * @default 'Clear'
17
- */
18
- clearText?: React.ReactNode;
19
- /**
20
- * Today text message.
21
- * @default 'Today'
22
- */
23
- todayText?: React.ReactNode;
24
- /**
25
- * If `true`, it shows the clear action in the picker dialog.
26
- * @default false
27
- */
28
- clearable?: boolean;
29
- /**
30
- * If `true`, the today button is displayed. **Note** that `showClearButton` has a higher priority.
31
- * @default false
32
- */
33
- showTodayButton?: boolean;
34
- /**
35
- * Props applied to the [`Dialog`](/api/dialog/) element.
36
- */
37
- DialogProps?: Partial<MuiDialogProps>;
38
- }
39
- export interface PickersModalDialogProps extends ExportedPickerModalProps {
40
- onAccept: () => void;
41
- onClear: () => void;
42
- onDismiss: () => void;
43
- onSetToday: () => void;
44
- open: boolean;
45
- }
46
- declare const PickersModalDialog: (props: React.PropsWithChildren<PickersModalDialogProps>) => JSX.Element;
47
- export default PickersModalDialog;
1
+ import * as React from 'react';
2
+ import { DialogProps as MuiDialogProps } from '@mui/material/Dialog';
3
+ export interface ExportedPickerModalProps {
4
+ /**
5
+ * Ok button text.
6
+ * @default 'OK'
7
+ */
8
+ okText?: React.ReactNode;
9
+ /**
10
+ * Cancel text message.
11
+ * @default 'Cancel'
12
+ */
13
+ cancelText?: React.ReactNode;
14
+ /**
15
+ * Clear text message.
16
+ * @default 'Clear'
17
+ */
18
+ clearText?: React.ReactNode;
19
+ /**
20
+ * Today text message.
21
+ * @default 'Today'
22
+ */
23
+ todayText?: React.ReactNode;
24
+ /**
25
+ * If `true`, it shows the clear action in the picker dialog.
26
+ * @default false
27
+ */
28
+ clearable?: boolean;
29
+ /**
30
+ * If `true`, the today button is displayed. **Note** that `showClearButton` has a higher priority.
31
+ * @default false
32
+ */
33
+ showTodayButton?: boolean;
34
+ /**
35
+ * Props applied to the [`Dialog`](/api/dialog/) element.
36
+ */
37
+ DialogProps?: Partial<MuiDialogProps>;
38
+ }
39
+ export interface PickersModalDialogProps extends ExportedPickerModalProps {
40
+ onAccept: () => void;
41
+ onClear: () => void;
42
+ onDismiss: () => void;
43
+ onSetToday: () => void;
44
+ open: boolean;
45
+ }
46
+ declare const PickersModalDialog: (props: React.PropsWithChildren<PickersModalDialogProps>) => JSX.Element;
47
+ export default PickersModalDialog;
@@ -1,44 +1,44 @@
1
- import * as React from 'react';
2
- import { PaperProps as MuiPaperProps } from '@mui/material/Paper';
3
- import { PopperProps as MuiPopperProps } from '@mui/material/Popper';
4
- import { TrapFocusProps as MuiTrapFocusProps } from '@mui/material/Unstable_TrapFocus';
5
- import { TransitionProps as MuiTransitionProps } from '@mui/material/transitions';
6
- export interface ExportedPickerPaperProps {
7
- /**
8
- * If `true`, it shows the clear action in the picker dialog.
9
- * @default false
10
- */
11
- clearable?: boolean;
12
- /**
13
- * Clear text message.
14
- * @default 'Clear'
15
- */
16
- clearText?: React.ReactNode;
17
- /**
18
- * Paper props passed down to [Paper](https://mui.com/api/paper/) component.
19
- */
20
- PaperProps?: Partial<MuiPaperProps>;
21
- }
22
- export interface ExportedPickerPopperProps {
23
- /**
24
- * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
25
- */
26
- PopperProps?: Partial<MuiPopperProps>;
27
- /**
28
- * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
29
- */
30
- TransitionComponent?: React.JSXElementConstructor<MuiTransitionProps>;
31
- }
32
- export interface PickerPopperProps extends ExportedPickerPopperProps, ExportedPickerPaperProps {
33
- role: 'tooltip' | 'dialog';
34
- TrapFocusProps?: Partial<MuiTrapFocusProps>;
35
- anchorEl: MuiPopperProps['anchorEl'];
36
- open: MuiPopperProps['open'];
37
- containerRef?: React.Ref<HTMLDivElement>;
38
- children?: React.ReactNode;
39
- onClose: () => void;
40
- onBlur?: () => void;
41
- onClear?: () => void;
42
- }
43
- declare const PickersPopper: (props: PickerPopperProps) => JSX.Element;
44
- export default PickersPopper;
1
+ import * as React from 'react';
2
+ import { PaperProps as MuiPaperProps } from '@mui/material/Paper';
3
+ import { PopperProps as MuiPopperProps } from '@mui/material/Popper';
4
+ import { TrapFocusProps as MuiTrapFocusProps } from '@mui/material/Unstable_TrapFocus';
5
+ import { TransitionProps as MuiTransitionProps } from '@mui/material/transitions';
6
+ export interface ExportedPickerPaperProps {
7
+ /**
8
+ * If `true`, it shows the clear action in the picker dialog.
9
+ * @default false
10
+ */
11
+ clearable?: boolean;
12
+ /**
13
+ * Clear text message.
14
+ * @default 'Clear'
15
+ */
16
+ clearText?: React.ReactNode;
17
+ /**
18
+ * Paper props passed down to [Paper](https://mui.com/api/paper/) component.
19
+ */
20
+ PaperProps?: Partial<MuiPaperProps>;
21
+ }
22
+ export interface ExportedPickerPopperProps {
23
+ /**
24
+ * Popper props passed down to [Popper](https://mui.com/api/popper/) component.
25
+ */
26
+ PopperProps?: Partial<MuiPopperProps>;
27
+ /**
28
+ * Custom component for popper [Transition](https://mui.com/components/transitions/#transitioncomponent-prop).
29
+ */
30
+ TransitionComponent?: React.JSXElementConstructor<MuiTransitionProps>;
31
+ }
32
+ export interface PickerPopperProps extends ExportedPickerPopperProps, ExportedPickerPaperProps {
33
+ role: 'tooltip' | 'dialog';
34
+ TrapFocusProps?: Partial<MuiTrapFocusProps>;
35
+ anchorEl: MuiPopperProps['anchorEl'];
36
+ open: MuiPopperProps['open'];
37
+ containerRef?: React.Ref<HTMLDivElement>;
38
+ children?: React.ReactNode;
39
+ onClose: () => void;
40
+ onBlur?: () => void;
41
+ onClear?: () => void;
42
+ }
43
+ declare const PickersPopper: (props: PickerPopperProps) => JSX.Element;
44
+ export default PickersPopper;
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
- import { ToolbarComponentProps } from './typings/BasePicker';
3
- export interface PickersToolbarProps extends Pick<ToolbarComponentProps, 'getMobileKeyboardInputViewButtonText' | 'isMobileKeyboardViewOpen' | 'toggleMobileKeyboardView'> {
4
- className?: string;
5
- viewType?: 'calendar' | 'clock';
6
- isLandscape: boolean;
7
- landscapeDirection?: 'row' | 'column';
8
- penIconClassName?: string;
9
- toolbarTitle: React.ReactNode;
10
- }
11
- declare const PickersToolbar: React.ForwardRefExoticComponent<PickersToolbarProps & {
12
- children?: React.ReactNode;
13
- } & React.RefAttributes<HTMLDivElement>>;
14
- export default PickersToolbar;
1
+ import * as React from 'react';
2
+ import { ToolbarComponentProps } from './typings/BasePicker';
3
+ export interface PickersToolbarProps extends Pick<ToolbarComponentProps, 'getMobileKeyboardInputViewButtonText' | 'isMobileKeyboardViewOpen' | 'toggleMobileKeyboardView'> {
4
+ className?: string;
5
+ viewType?: 'calendar' | 'clock';
6
+ isLandscape: boolean;
7
+ landscapeDirection?: 'row' | 'column';
8
+ penIconClassName?: string;
9
+ toolbarTitle: React.ReactNode;
10
+ }
11
+ declare const PickersToolbar: React.ForwardRefExoticComponent<PickersToolbarProps & {
12
+ children?: React.ReactNode;
13
+ } & React.RefAttributes<HTMLDivElement>>;
14
+ export default PickersToolbar;
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
- import { ButtonProps } from '@mui/material/Button';
3
- import { TypographyProps } from '@mui/material/Typography';
4
- import { ExtendMui } from './typings/helpers';
5
- export interface PickersToolbarButtonProps extends ExtendMui<ButtonProps, 'value' | 'variant'> {
6
- align?: TypographyProps['align'];
7
- selected: boolean;
8
- typographyClassName?: string;
9
- value: React.ReactNode;
10
- variant: TypographyProps['variant'];
11
- }
12
- declare const PickersToolbarButton: React.FunctionComponent<PickersToolbarButtonProps>;
13
- export default PickersToolbarButton;
1
+ import * as React from 'react';
2
+ import { ButtonProps } from '@mui/material/Button';
3
+ import { TypographyProps } from '@mui/material/Typography';
4
+ import { ExtendMui } from './typings/helpers';
5
+ export interface PickersToolbarButtonProps extends ExtendMui<ButtonProps, 'value' | 'variant'> {
6
+ align?: TypographyProps['align'];
7
+ selected: boolean;
8
+ typographyClassName?: string;
9
+ value: React.ReactNode;
10
+ variant: TypographyProps['variant'];
11
+ }
12
+ declare const PickersToolbarButton: React.FunctionComponent<PickersToolbarButtonProps>;
13
+ export default PickersToolbarButton;
@@ -1,8 +1,8 @@
1
- import * as React from 'react';
2
- import { TypographyProps } from '@mui/material/Typography';
3
- export interface PickersToolbarTextProps extends Omit<TypographyProps, 'classes'> {
4
- selected?: boolean;
5
- value: React.ReactNode;
6
- }
7
- declare const PickersToolbarText: React.ForwardRefExoticComponent<Pick<PickersToolbarTextProps, "p" | "slot" | "style" | "title" | "hidden" | "className" | "selected" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "translate" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping" | "value"> & React.RefAttributes<HTMLSpanElement>>;
8
- export default PickersToolbarText;
1
+ import * as React from 'react';
2
+ import { TypographyProps } from '@mui/material/Typography';
3
+ export interface PickersToolbarTextProps extends Omit<TypographyProps, 'classes'> {
4
+ selected?: boolean;
5
+ value: React.ReactNode;
6
+ }
7
+ declare const PickersToolbarText: React.ForwardRefExoticComponent<Pick<PickersToolbarTextProps, "p" | "slot" | "style" | "title" | "hidden" | "className" | "selected" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "translate" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping" | "value"> & React.RefAttributes<HTMLSpanElement>>;
8
+ export default PickersToolbarText;