@ringcentral/juno 3.0.0-alpha.2 → 3.0.0-alpha.4

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 (191) hide show
  1. package/components/Accordion/Accordion.d.ts +2 -2
  2. package/components/Accordion/AccordionDetails/AccordionDetails.d.ts +2 -2
  3. package/components/Accordion/AccordionSummary/AccordionSummary.d.ts +2 -2
  4. package/components/Alert/Alert.d.ts +2 -2
  5. package/components/AppBar/AppBar.d.ts +2 -2
  6. package/components/Avatar/styles/StyledAvatar.d.ts +1 -3
  7. package/components/Avatar/styles/StyledAvatarWrapper.d.ts +1 -2
  8. package/components/Avatar/styles/StyledIconAvatar.d.ts +1 -7
  9. package/components/Avatar/styles/StyledPresenceWrapper.d.ts +1 -5
  10. package/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  11. package/components/Backdrop/Backdrop.d.ts +2 -2
  12. package/components/Badge/Badge.d.ts +2 -2
  13. package/components/Badge/styles/BadgeStyle.d.ts +1 -1
  14. package/components/Buttons/Button/Button.d.ts +1 -320
  15. package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
  16. package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +2 -15
  17. package/components/Buttons/IconButton/IconButton.d.ts +1 -382
  18. package/components/Buttons/IconButton/styles/StyledIconButton.d.ts +1 -1
  19. package/components/Buttons/IconButtonGroup/IconButtonGroup.d.ts +1 -1
  20. package/components/Buttons/SplitButton/SplitButton.d.ts +1 -1
  21. package/components/Buttons/SplitButton/styles/StyledArrowIcon.d.ts +1 -2
  22. package/components/Buttons/ToggleButton/ToggleButton.d.ts +2 -2
  23. package/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
  24. package/components/Card/Card/Card.d.ts +2 -2
  25. package/components/Card/CardActionArea/CardActionArea.d.ts +2 -8
  26. package/components/Card/CardActions/CardActions.d.ts +2 -2
  27. package/components/Card/CardContent/CardContent.d.ts +2 -6
  28. package/components/Card/CardHeader/CardHeader.d.ts +2 -22
  29. package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
  30. package/components/Card/CardMedia/CardMedia.d.ts +2 -14
  31. package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
  32. package/components/Chip/Chip.d.ts +2 -8
  33. package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
  34. package/components/Dialer/DialPad/DialPad.d.ts +2 -63
  35. package/components/Dialer/DialPadButton/DialPadButton.d.ts +1 -2
  36. package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
  37. package/components/Dialer/DialTextField/DialTextField.d.ts +1 -2
  38. package/components/Dialog/Dialog.d.ts +2 -2
  39. package/components/Dialog/DialogActions/DialogActions.d.ts +2 -277
  40. package/components/Dialog/DialogContent/DialogContent.d.ts +2 -4
  41. package/components/Dialog/DialogContentText/DialogContentText.d.ts +2 -14
  42. package/components/Dialog/DialogTitle/DialogTitle.d.ts +2 -4
  43. package/components/Divider/Divider.d.ts +1 -14
  44. package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
  45. package/components/DnD/DragHandle/DragHandle.d.ts +1 -4
  46. package/components/DnD/Draggable/Draggable.d.ts +1 -4
  47. package/components/DnD/Droppable/Droppable.d.ts +1 -2
  48. package/components/Downshift/SuggestionList/SuggestionList.d.ts +2 -44
  49. package/components/Downshift/styles/DownshiftStyle.d.ts +2 -352
  50. package/components/Downshift/styles/StyledPopper.d.ts +1 -11
  51. package/components/Downshift/styles/StyledTextField.d.ts +1 -8
  52. package/components/Drawer/Drawer.d.ts +2 -2
  53. package/components/Forms/Checkbox/Checkbox.d.ts +2 -2
  54. package/components/Forms/FormControl.d.ts +1 -1
  55. package/components/Forms/FormControlLabel/FormControlLabel.d.ts +2 -2
  56. package/components/Forms/FormControlLabel/styles/StyledControl.d.ts +1 -1
  57. package/components/Forms/FormGroup/FormGroup.d.ts +1 -2
  58. package/components/Forms/FormHelperText/FormHelperText.d.ts +2 -13
  59. package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +1 -13
  60. package/components/Forms/FormLabel.d.ts +1 -2
  61. package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
  62. package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +1 -2
  63. package/components/Forms/Picker/DatePicker/DatePicker.d.ts +1 -34
  64. package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
  65. package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +8 -10
  66. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +4 -357
  67. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  68. package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +1 -2
  69. package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +1 -5
  70. package/components/Forms/Picker/DatePicker/utils/DatePickerUtils.d.ts +1 -1
  71. package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +1 -30
  72. package/components/Forms/Picker/TimePicker/ToggleText.d.ts +1 -17
  73. package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
  74. package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +1 -2
  75. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +1 -2
  76. package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +1 -2
  77. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +1 -2
  78. package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
  79. package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +1 -3
  80. package/components/Forms/Picker/styles/StyledPopover.d.ts +1 -2
  81. package/components/Forms/Radio/Radio.d.ts +2 -2
  82. package/components/Forms/RadioGroup/RadioGroup.d.ts +2 -2
  83. package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
  84. package/components/Forms/Select/Select.d.ts +1 -2
  85. package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +2 -2
  86. package/components/Forms/Slider/Slider.d.ts +2 -2
  87. package/components/Forms/Switch/Switch.d.ts +2 -2
  88. package/components/Forms/TextField/TextField.d.ts +2 -359
  89. package/components/Forms/TextField/styles/ClearIconButton.d.ts +1 -10
  90. package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
  91. package/components/Forms/Textarea/Textarea.d.ts +1 -2
  92. package/components/Grid/Grid.d.ts +2 -21
  93. package/components/Icon/Icon.d.ts +1 -24
  94. package/components/Icon/styles/iconSvg.d.ts +1 -2
  95. package/components/InlineEditable/InlineEditable.d.ts +2 -67
  96. package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
  97. package/components/Link/Link.d.ts +1 -23
  98. package/components/List/List/List.d.ts +2 -8
  99. package/components/List/ListItem/ListItem.d.ts +1 -321
  100. package/components/List/ListItem/styles/ListItemStyle.d.ts +1 -1
  101. package/components/List/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  102. package/components/List/ListItemIcon/ListItemIcon.d.ts +2 -2
  103. package/components/List/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  104. package/components/List/ListItemText/ListItemText.d.ts +2 -2
  105. package/components/List/ListSubheader/ListSubheader.d.ts +1 -1
  106. package/components/Loading/styles/StyledLoadingPage.d.ts +1 -1
  107. package/components/Menu/Menu/Menu.d.ts +2 -2
  108. package/components/Menu/MenuItem/MenuItem.d.ts +2 -376
  109. package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +1 -14
  110. package/components/Menu/MenuItemActionWrapper/MenuItemActionWrapper.d.ts +1 -1
  111. package/components/Menu/MenuItemActionWrapper/styles/StyledMenuItemActionWrapper.d.ts +1 -1
  112. package/components/Menu/MenuItemSubAction/MenuItemSubAction.d.ts +1 -1
  113. package/components/Menu/MenuItemSubAction/styles/StyledMenuItemSubAction.d.ts +1 -2
  114. package/components/Menu/MenuList/MenuList.d.ts +2 -2
  115. package/components/Menu/MenuList/styles/MenuListStyle.d.ts +1 -1
  116. package/components/Menu/MenuOption/styles/StyledMenuOption.d.ts +1 -3
  117. package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
  118. package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +2 -3
  119. package/components/Pagination/Pagination/Pagination.d.ts +2 -2
  120. package/components/Pagination/PaginationItem/PaginationItem.d.ts +2 -19
  121. package/components/Paper/Paper.d.ts +2 -2
  122. package/components/Popover/Popover.d.ts +2 -2
  123. package/components/Popper/Popper.d.ts +2 -2
  124. package/components/PopupBox/PopupBox.d.ts +1 -1
  125. package/components/PopupBox/PopupBox.js +3 -1
  126. package/components/Presence/Presence.d.ts +1 -10
  127. package/components/Presence/styles/StyledPresence.d.ts +1 -3
  128. package/components/Progress/CircularProgress/CircularProgress.d.ts +2 -2
  129. package/components/Progress/LinearProgress/LinearProgress.d.ts +2 -2
  130. package/components/Progress/styles/StyledCircularProgress.d.ts +1 -2
  131. package/components/Rating/Rating.d.ts +2 -2
  132. package/components/Snackbar/Snackbar.d.ts +2 -2
  133. package/components/Snackbar/SnackbarAction/SnackbarAction.d.ts +2 -2
  134. package/components/Snackbar/SnackbarContent/SnackbarContent.d.ts +2 -2
  135. package/components/Stepper/Step/Step.d.ts +2 -2
  136. package/components/Stepper/StepButton/StepButton.d.ts +2 -2
  137. package/components/Stepper/StepConnector/StepConnector.d.ts +2 -2
  138. package/components/Stepper/StepContent/StepContent.d.ts +2 -2
  139. package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
  140. package/components/Stepper/StepIcon/styles/StyledCircleIcon.d.ts +2 -2
  141. package/components/Stepper/StepLabel/StepLabel.d.ts +2 -2
  142. package/components/Stepper/Stepper.d.ts +2 -2
  143. package/components/Table/Table.d.ts +2 -2
  144. package/components/Table/TableBody/TableBody.d.ts +2 -4
  145. package/components/Table/TableCell/TableCell.d.ts +2 -294
  146. package/components/Table/TableContainer/TableContainer.d.ts +2 -2
  147. package/components/Table/TableHead/TableHead.d.ts +2 -4
  148. package/components/Table/TableRow/TableRow.d.ts +2 -2
  149. package/components/TablePagination/TablePagination.d.ts +2 -2
  150. package/components/TablePagination/styles/TablePaginationStyle.d.ts +2 -356
  151. package/components/Tabs/Tab/Tab.d.ts +2 -2
  152. package/components/Tabs/TabList/TabList.d.ts +1 -7
  153. package/components/Tabs/TabPanel/TabPanel.d.ts +2 -2
  154. package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.d.ts +1 -1
  155. package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.d.ts +1 -2
  156. package/components/Tabs/Tabs/Tabs.d.ts +2 -2
  157. package/components/Tag/Tag.d.ts +1 -14
  158. package/components/Text/Text.d.ts +1 -2
  159. package/components/Thumbnail/Thumbnail.d.ts +2 -13
  160. package/components/Thumbnail/styles/StyledThumbnail.d.ts +1 -8
  161. package/components/Toolbar/Toolbar.d.ts +1 -2
  162. package/components/Tooltip/Tooltip.d.ts +2 -2
  163. package/components/Tooltip/styles/Mask.d.ts +1 -1
  164. package/components/Typography/Typography.d.ts +2 -2
  165. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +1 -9
  166. package/components/VirtualizedMenu/VirtualizedMenu.d.ts +1 -2
  167. package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
  168. package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +1 -6
  169. package/components/Virtuoso/react-virtuoso/Virtuoso.d.ts +3 -3
  170. package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  171. package/es6/components/Avatar/styles/StyledPresenceWrapper.js +2 -2
  172. package/es6/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.js +3 -3
  173. package/es6/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.js +1 -1
  174. package/es6/components/PopupBox/PopupBox.js +3 -1
  175. package/es6/foundation/styled-components.js +1 -0
  176. package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
  177. package/foundation/styled-components.d.ts +1 -2
  178. package/foundation/styled-components.js +1 -0
  179. package/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.d.ts +1 -1
  180. package/foundation/styles/ellipsis.d.ts +1 -1
  181. package/foundation/styles/fakeBorder.d.ts +1 -1
  182. package/foundation/styles/flexCenter.d.ts +1 -1
  183. package/foundation/styles/flexWidth.d.ts +1 -1
  184. package/foundation/styles/focusRing.d.ts +1 -1
  185. package/foundation/styles/focusVisible.d.ts +2 -2
  186. package/foundation/styles/lineClamp.d.ts +1 -1
  187. package/foundation/styles/nonStyleButton.d.ts +1 -1
  188. package/foundation/styles/rippleEnter.d.ts +1 -1
  189. package/foundation/styles/rippleStyle.d.ts +1 -1
  190. package/foundation/styles/typography.d.ts +1 -1
  191. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps, ElementType, ReactElement, ReactNode, Ref } from 'react';
1
+ import { ComponentProps, ElementType, ReactElement, ReactNode } from 'react';
2
2
  import MuiMenuItem from '@material-ui/core/MenuItem';
3
3
  import { Classes, RcBaseProps, RcBaseSize, RcClassesProps, RcBaseFocusVariant } from '../../../foundation';
4
4
  import { RcIconProps } from '../../Icon';
@@ -7,12 +7,6 @@ import { WithTooltipProps } from '../../Tooltip';
7
7
  type RcMenuItemSize = RcBaseSize<'large' | 'medium'>;
8
8
  type RcMenuItemType = 'checked' | 'selected';
9
9
  type RcMenuItemClassesType = RcClassesProps<Classes<ComponentProps<typeof MuiMenuItem>> | 'checked' | 'unchecked' | 'focusVisible'>;
10
- type RcMenuItemInnerProps = {
11
- /** id ref, can get menu item id */
12
- idRef?: Ref<string>;
13
- /** for subMenu component, use prevent click */
14
- isSubMenuItem?: boolean;
15
- };
16
10
  type RcMenuItemProps = {
17
11
  /** MenuItem size */
18
12
  size?: RcMenuItemSize;
@@ -37,374 +31,6 @@ type RcMenuItemProps = {
37
31
  */
38
32
  focusVariant?: RcBaseFocusVariant<'highlight' | 'focusRing'>;
39
33
  } & RcMenuItemClassesType & Pick<RcListItemProps, 'color' | 'highlighted' | 'focused'> & WithTooltipProps & RcBaseProps<ComponentProps<typeof MuiMenuItem>, 'classes' | 'title'>;
40
- declare const RcMenuItem: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<WithTooltipProps<Omit<{
41
- /** MenuItem size */
42
- size?: "medium" | "large" | undefined;
43
- /** The component used for the root node. Either a string to use a HTML element or a component. */
44
- component?: React.ElementType | undefined;
45
- /** checked for that should render checked icon */
46
- type?: RcMenuItemType | undefined;
47
- /** if type to be `checked`, the checked prop for that should render checked icon */
48
- checked?: boolean | undefined;
49
- /** MenuItem with icon, can use `RcListItemIcon` */
50
- icon?: ReactNode;
51
- /** pass to the icon, can use RcIcon with symbol prop */
52
- symbol?: RcIconProps['symbol'];
53
- /** MenuItem with avatar, can use ListItemAvatar */
54
- avatar?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
55
- /** MenuItem with subAction, can use ListItemSecondaryAction */
56
- secondaryAction?: ReactNode;
57
- /**
58
- * Set focus style for component.
59
- *
60
- * @default 'highlight'
61
- */
62
- focusVariant?: "highlight" | "focusRing" | undefined;
63
- } & RcMenuItemClassesType & Pick<RcListItemProps, "color" | "focused" | "highlighted"> & {
64
- title?: NonNullable<React.ReactNode> | undefined;
65
- useRcTooltip?: boolean | undefined;
66
- TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
67
- } & Omit<{}, "title"> & RcBaseProps<{
68
- button?: true | undefined;
69
- } & {
70
- alignItems?: "center" | "flex-start" | undefined;
71
- autoFocus?: boolean | undefined;
72
- button?: boolean | undefined;
73
- ContainerComponent?: React.ElementType<React.HTMLAttributes<HTMLDivElement>, keyof React.JSX.IntrinsicElements> | undefined;
74
- ContainerProps?: React.HTMLAttributes<HTMLDivElement> | undefined;
75
- dense?: boolean | undefined;
76
- disabled?: boolean | undefined;
77
- disableGutters?: boolean | undefined;
78
- divider?: boolean | undefined;
79
- focusVisibleClassName?: string | undefined;
80
- selected?: boolean | undefined;
81
- } & {
82
- action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
83
- buttonRef?: React.Ref<unknown> | undefined;
84
- centerRipple?: boolean | undefined;
85
- children?: React.ReactNode;
86
- disabled?: boolean | undefined;
87
- disableRipple?: boolean | undefined;
88
- disableTouchRipple?: boolean | undefined;
89
- focusRipple?: boolean | undefined;
90
- focusVisibleClassName?: string | undefined;
91
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
92
- tabIndex?: string | number | undefined;
93
- TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
94
- } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core/MenuItem").MenuItemTypeMap<{
95
- button?: true | undefined;
96
- }, "li">>> & Pick<Omit<React.DetailedHTMLProps<React.LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, "ref"> & {
97
- ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined;
98
- }, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "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" | "onResize" | "onResizeCapture" | "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" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value">, "title" | "classes"> & RcMenuItemInnerProps, "ref"> & React.RefAttributes<any>>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {
99
- /** The component used for the root node. Either a string to use a HTML element or a component. */
100
- component?: React.ElementType | undefined;
101
- /** checked for that should render checked icon */
102
- type?: RcMenuItemType | undefined;
103
- /** if type to be `checked`, the checked prop for that should render checked icon */
104
- checked?: boolean | undefined;
105
- /** MenuItem with icon, can use `RcListItemIcon` */
106
- icon?: ReactNode;
107
- /** pass to the icon, can use RcIcon with symbol prop */
108
- symbol?: RcIconProps['symbol'];
109
- /** MenuItem with avatar, can use ListItemAvatar */
110
- avatar?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
111
- /** MenuItem with subAction, can use ListItemSecondaryAction */
112
- secondaryAction?: ReactNode;
113
- classes?: Partial<import("@material-ui/styles").ClassNameMap<"focusVisible" | "checked" | import("@material-ui/core/MenuItem").MenuItemClassKey | "unchecked">> | undefined;
114
- color?: ((import("../../../foundation").RcPaletteProp & string) & string) | undefined;
115
- focused?: boolean | undefined;
116
- highlighted?: boolean | undefined;
117
- title?: NonNullable<React.ReactNode> | undefined;
118
- useRcTooltip?: boolean | undefined;
119
- TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
120
- ref?: ((instance: HTMLLIElement | null) => void) | React.RefObject<HTMLLIElement> | null | undefined;
121
- key?: React.Key | null | undefined;
122
- suppressHydrationWarning?: boolean | undefined;
123
- id?: string | undefined;
124
- lang?: string | undefined;
125
- style?: React.CSSProperties | undefined;
126
- role?: React.AriaRole | undefined;
127
- tabIndex?: string | number | undefined;
128
- "aria-activedescendant"?: string | undefined;
129
- "aria-atomic"?: (boolean | "true" | "false") | undefined;
130
- "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
131
- "aria-braillelabel"?: string | undefined;
132
- "aria-brailleroledescription"?: string | undefined;
133
- "aria-busy"?: (boolean | "true" | "false") | undefined;
134
- "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
135
- "aria-colcount"?: number | undefined;
136
- "aria-colindex"?: number | undefined;
137
- "aria-colindextext"?: string | undefined;
138
- "aria-colspan"?: number | undefined;
139
- "aria-controls"?: string | undefined;
140
- "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
141
- "aria-describedby"?: string | undefined;
142
- "aria-description"?: string | undefined;
143
- "aria-details"?: string | undefined;
144
- "aria-disabled"?: (boolean | "true" | "false") | undefined;
145
- "aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
146
- "aria-errormessage"?: string | undefined;
147
- "aria-expanded"?: (boolean | "true" | "false") | undefined;
148
- "aria-flowto"?: string | undefined;
149
- "aria-grabbed"?: (boolean | "true" | "false") | undefined;
150
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
151
- "aria-hidden"?: (boolean | "true" | "false") | undefined;
152
- "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
153
- "aria-keyshortcuts"?: string | undefined;
154
- "aria-label"?: string | undefined;
155
- "aria-labelledby"?: string | undefined;
156
- "aria-level"?: number | undefined;
157
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
158
- "aria-modal"?: (boolean | "true" | "false") | undefined;
159
- "aria-multiline"?: (boolean | "true" | "false") | undefined;
160
- "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
161
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
162
- "aria-owns"?: string | undefined;
163
- "aria-placeholder"?: string | undefined;
164
- "aria-posinset"?: number | undefined;
165
- "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
166
- "aria-readonly"?: (boolean | "true" | "false") | undefined;
167
- "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
168
- "aria-required"?: (boolean | "true" | "false") | undefined;
169
- "aria-roledescription"?: string | undefined;
170
- "aria-rowcount"?: number | undefined;
171
- "aria-rowindex"?: number | undefined;
172
- "aria-rowindextext"?: string | undefined;
173
- "aria-rowspan"?: number | undefined;
174
- "aria-selected"?: (boolean | "true" | "false") | undefined;
175
- "aria-setsize"?: number | undefined;
176
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
177
- "aria-valuemax"?: number | undefined;
178
- "aria-valuemin"?: number | undefined;
179
- "aria-valuenow"?: number | undefined;
180
- "aria-valuetext"?: string | undefined;
181
- children?: React.ReactNode;
182
- dangerouslySetInnerHTML?: {
183
- __html: string | TrustedHTML;
184
- } | undefined;
185
- onCopy?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
186
- onCopyCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
187
- onCut?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
188
- onCutCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
189
- onPaste?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
190
- onPasteCapture?: React.ClipboardEventHandler<HTMLLIElement> | undefined;
191
- onCompositionEnd?: React.CompositionEventHandler<HTMLLIElement> | undefined;
192
- onCompositionEndCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
193
- onCompositionStart?: React.CompositionEventHandler<HTMLLIElement> | undefined;
194
- onCompositionStartCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
195
- onCompositionUpdate?: React.CompositionEventHandler<HTMLLIElement> | undefined;
196
- onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLLIElement> | undefined;
197
- onFocus?: React.FocusEventHandler<HTMLLIElement> | undefined;
198
- onFocusCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
199
- onBlur?: React.FocusEventHandler<HTMLLIElement> | undefined;
200
- onBlurCapture?: React.FocusEventHandler<HTMLLIElement> | undefined;
201
- onChange?: React.FormEventHandler<HTMLLIElement> | undefined;
202
- onChangeCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
203
- onBeforeInput?: React.FormEventHandler<HTMLLIElement> | undefined;
204
- onBeforeInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
205
- onInput?: React.FormEventHandler<HTMLLIElement> | undefined;
206
- onInputCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
207
- onReset?: React.FormEventHandler<HTMLLIElement> | undefined;
208
- onResetCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
209
- onSubmit?: React.FormEventHandler<HTMLLIElement> | undefined;
210
- onSubmitCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
211
- onInvalid?: React.FormEventHandler<HTMLLIElement> | undefined;
212
- onInvalidCapture?: React.FormEventHandler<HTMLLIElement> | undefined;
213
- onLoad?: React.ReactEventHandler<HTMLLIElement> | undefined;
214
- onLoadCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
215
- onError?: React.ReactEventHandler<HTMLLIElement> | undefined;
216
- onErrorCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
217
- onKeyDown?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
218
- onKeyDownCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
219
- onKeyPress?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
220
- onKeyPressCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
221
- onKeyUp?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
222
- onKeyUpCapture?: React.KeyboardEventHandler<HTMLLIElement> | undefined;
223
- onAbort?: React.ReactEventHandler<HTMLLIElement> | undefined;
224
- onAbortCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
225
- onCanPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
226
- onCanPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
227
- onCanPlayThrough?: React.ReactEventHandler<HTMLLIElement> | undefined;
228
- onCanPlayThroughCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
229
- onDurationChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
230
- onDurationChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
231
- onEmptied?: React.ReactEventHandler<HTMLLIElement> | undefined;
232
- onEmptiedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
233
- onEncrypted?: React.ReactEventHandler<HTMLLIElement> | undefined;
234
- onEncryptedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
235
- onEnded?: React.ReactEventHandler<HTMLLIElement> | undefined;
236
- onEndedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
237
- onLoadedData?: React.ReactEventHandler<HTMLLIElement> | undefined;
238
- onLoadedDataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
239
- onLoadedMetadata?: React.ReactEventHandler<HTMLLIElement> | undefined;
240
- onLoadedMetadataCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
241
- onLoadStart?: React.ReactEventHandler<HTMLLIElement> | undefined;
242
- onLoadStartCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
243
- onPause?: React.ReactEventHandler<HTMLLIElement> | undefined;
244
- onPauseCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
245
- onPlay?: React.ReactEventHandler<HTMLLIElement> | undefined;
246
- onPlayCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
247
- onPlaying?: React.ReactEventHandler<HTMLLIElement> | undefined;
248
- onPlayingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
249
- onProgress?: React.ReactEventHandler<HTMLLIElement> | undefined;
250
- onProgressCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
251
- onRateChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
252
- onRateChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
253
- onResize?: React.ReactEventHandler<HTMLLIElement> | undefined;
254
- onResizeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
255
- onSeeked?: React.ReactEventHandler<HTMLLIElement> | undefined;
256
- onSeekedCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
257
- onSeeking?: React.ReactEventHandler<HTMLLIElement> | undefined;
258
- onSeekingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
259
- onStalled?: React.ReactEventHandler<HTMLLIElement> | undefined;
260
- onStalledCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
261
- onSuspend?: React.ReactEventHandler<HTMLLIElement> | undefined;
262
- onSuspendCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
263
- onTimeUpdate?: React.ReactEventHandler<HTMLLIElement> | undefined;
264
- onTimeUpdateCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
265
- onVolumeChange?: React.ReactEventHandler<HTMLLIElement> | undefined;
266
- onVolumeChangeCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
267
- onWaiting?: React.ReactEventHandler<HTMLLIElement> | undefined;
268
- onWaitingCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
269
- onAuxClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
270
- onAuxClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
271
- onClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
272
- onClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
273
- onContextMenu?: React.MouseEventHandler<HTMLLIElement> | undefined;
274
- onContextMenuCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
275
- onDoubleClick?: React.MouseEventHandler<HTMLLIElement> | undefined;
276
- onDoubleClickCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
277
- onDrag?: React.DragEventHandler<HTMLLIElement> | undefined;
278
- onDragCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
279
- onDragEnd?: React.DragEventHandler<HTMLLIElement> | undefined;
280
- onDragEndCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
281
- onDragEnter?: React.DragEventHandler<HTMLLIElement> | undefined;
282
- onDragEnterCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
283
- onDragExit?: React.DragEventHandler<HTMLLIElement> | undefined;
284
- onDragExitCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
285
- onDragLeave?: React.DragEventHandler<HTMLLIElement> | undefined;
286
- onDragLeaveCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
287
- onDragOver?: React.DragEventHandler<HTMLLIElement> | undefined;
288
- onDragOverCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
289
- onDragStart?: React.DragEventHandler<HTMLLIElement> | undefined;
290
- onDragStartCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
291
- onDrop?: React.DragEventHandler<HTMLLIElement> | undefined;
292
- onDropCapture?: React.DragEventHandler<HTMLLIElement> | undefined;
293
- onMouseDown?: React.MouseEventHandler<HTMLLIElement> | undefined;
294
- onMouseDownCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
295
- onMouseEnter?: React.MouseEventHandler<HTMLLIElement> | undefined;
296
- onMouseLeave?: React.MouseEventHandler<HTMLLIElement> | undefined;
297
- onMouseMove?: React.MouseEventHandler<HTMLLIElement> | undefined;
298
- onMouseMoveCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
299
- onMouseOut?: React.MouseEventHandler<HTMLLIElement> | undefined;
300
- onMouseOutCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
301
- onMouseOver?: React.MouseEventHandler<HTMLLIElement> | undefined;
302
- onMouseOverCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
303
- onMouseUp?: React.MouseEventHandler<HTMLLIElement> | undefined;
304
- onMouseUpCapture?: React.MouseEventHandler<HTMLLIElement> | undefined;
305
- onSelect?: React.ReactEventHandler<HTMLLIElement> | undefined;
306
- onSelectCapture?: React.ReactEventHandler<HTMLLIElement> | undefined;
307
- onTouchCancel?: React.TouchEventHandler<HTMLLIElement> | undefined;
308
- onTouchCancelCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
309
- onTouchEnd?: React.TouchEventHandler<HTMLLIElement> | undefined;
310
- onTouchEndCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
311
- onTouchMove?: React.TouchEventHandler<HTMLLIElement> | undefined;
312
- onTouchMoveCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
313
- onTouchStart?: React.TouchEventHandler<HTMLLIElement> | undefined;
314
- onTouchStartCapture?: React.TouchEventHandler<HTMLLIElement> | undefined;
315
- onPointerDown?: React.PointerEventHandler<HTMLLIElement> | undefined;
316
- onPointerDownCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
317
- onPointerMove?: React.PointerEventHandler<HTMLLIElement> | undefined;
318
- onPointerMoveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
319
- onPointerUp?: React.PointerEventHandler<HTMLLIElement> | undefined;
320
- onPointerUpCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
321
- onPointerCancel?: React.PointerEventHandler<HTMLLIElement> | undefined;
322
- onPointerCancelCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
323
- onPointerEnter?: React.PointerEventHandler<HTMLLIElement> | undefined;
324
- onPointerEnterCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
325
- onPointerLeave?: React.PointerEventHandler<HTMLLIElement> | undefined;
326
- onPointerLeaveCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
327
- onPointerOver?: React.PointerEventHandler<HTMLLIElement> | undefined;
328
- onPointerOverCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
329
- onPointerOut?: React.PointerEventHandler<HTMLLIElement> | undefined;
330
- onPointerOutCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
331
- onGotPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
332
- onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
333
- onLostPointerCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
334
- onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLLIElement> | undefined;
335
- onScroll?: React.UIEventHandler<HTMLLIElement> | undefined;
336
- onScrollCapture?: React.UIEventHandler<HTMLLIElement> | undefined;
337
- onWheel?: React.WheelEventHandler<HTMLLIElement> | undefined;
338
- onWheelCapture?: React.WheelEventHandler<HTMLLIElement> | undefined;
339
- onAnimationStart?: React.AnimationEventHandler<HTMLLIElement> | undefined;
340
- onAnimationStartCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
341
- onAnimationEnd?: React.AnimationEventHandler<HTMLLIElement> | undefined;
342
- onAnimationEndCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
343
- onAnimationIteration?: React.AnimationEventHandler<HTMLLIElement> | undefined;
344
- onAnimationIterationCapture?: React.AnimationEventHandler<HTMLLIElement> | undefined;
345
- onTransitionEnd?: React.TransitionEventHandler<HTMLLIElement> | undefined;
346
- onTransitionEndCapture?: React.TransitionEventHandler<HTMLLIElement> | undefined;
347
- slot?: string | undefined;
348
- translate?: "no" | "yes" | undefined;
349
- defaultChecked?: boolean | undefined;
350
- defaultValue?: string | number | readonly string[] | undefined;
351
- suppressContentEditableWarning?: boolean | undefined;
352
- accessKey?: string | undefined;
353
- autoFocus?: boolean | undefined;
354
- contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
355
- contextMenu?: string | undefined;
356
- dir?: string | undefined;
357
- draggable?: (boolean | "true" | "false") | undefined;
358
- hidden?: boolean | undefined;
359
- nonce?: string | undefined;
360
- spellCheck?: (boolean | "true" | "false") | undefined;
361
- radioGroup?: string | undefined;
362
- about?: string | undefined;
363
- content?: string | undefined;
364
- datatype?: string | undefined;
365
- inlist?: any;
366
- prefix?: string | undefined;
367
- property?: string | undefined;
368
- rel?: string | undefined;
369
- resource?: string | undefined;
370
- rev?: string | undefined;
371
- typeof?: string | undefined;
372
- vocab?: string | undefined;
373
- autoCapitalize?: string | undefined;
374
- autoCorrect?: string | undefined;
375
- autoSave?: string | undefined;
376
- itemProp?: string | undefined;
377
- itemScope?: boolean | undefined;
378
- itemType?: string | undefined;
379
- itemID?: string | undefined;
380
- itemRef?: string | undefined;
381
- results?: number | undefined;
382
- security?: string | undefined;
383
- unselectable?: "off" | "on" | undefined;
384
- inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
385
- is?: string | undefined;
386
- value?: string | number | readonly string[] | undefined;
387
- innerRef?: React.Ref<any> | undefined;
388
- disabled?: boolean | undefined;
389
- action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
390
- buttonRef?: React.Ref<unknown> | undefined;
391
- centerRipple?: boolean | undefined;
392
- disableRipple?: boolean | undefined;
393
- disableTouchRipple?: boolean | undefined;
394
- focusRipple?: boolean | undefined;
395
- focusVisibleClassName?: string | undefined;
396
- onFocusVisible?: React.FocusEventHandler<any> | undefined;
397
- TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
398
- divider?: boolean | undefined;
399
- selected?: boolean | undefined;
400
- dense?: boolean | undefined;
401
- alignItems?: "center" | "flex-start" | undefined;
402
- ContainerComponent?: React.ElementType<React.HTMLAttributes<HTMLDivElement>, keyof React.JSX.IntrinsicElements> | undefined;
403
- ContainerProps?: React.HTMLAttributes<HTMLDivElement> | undefined;
404
- disableGutters?: boolean | undefined;
405
- size: "medium" | "large";
406
- button: true;
407
- focusVariant: "highlight" | "focusRing";
408
- }, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "style" | "type" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onResize" | "onResizeCapture" | "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" | "button" | "slot" | "title" | "translate" | "classes" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "size" | "value" | "innerRef" | "icon" | "useRcTooltip" | "TooltipProps" | "disabled" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "component" | "focusVariant" | "avatar" | "divider" | "selected" | "checked" | "focused" | "dense" | "alignItems" | "ContainerComponent" | "ContainerProps" | "disableGutters" | "secondaryAction" | "highlighted">;
34
+ declare const RcMenuItem: any;
409
35
  export { RcMenuItem };
410
36
  export type { RcMenuItemClassesType, RcMenuItemProps, RcMenuItemSize, RcMenuItemType, };
@@ -1,17 +1,4 @@
1
- /// <reference types="react" />
2
1
  import { RcThemedStyled } from '../../../../foundation';
3
2
  import { RcMenuItemProps } from '../MenuItem';
4
- export declare const StyledCheckIcon: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<{
5
- symbol?: import("../../../Icon/Icon").SvgSymbol | undefined;
6
- loading?: boolean | undefined;
7
- CircularProgressProps?: import("../../../Progress/CircularProgress/CircularProgress").RcCircularProgressProps | undefined;
8
- color?: import("../../../../foundation").RcPaletteProp | undefined;
9
- size?: "small" | "inherit" | "xsmall" | "medium" | "large" | "xlarge" | "xxlarge" | "xxxlarge" | undefined;
10
- loadingSize?: string | number | undefined;
11
- useLoading?: boolean | undefined;
12
- icon?: string | undefined;
13
- desc?: string | undefined;
14
- iconColor?: import("../../../../foundation").RcPaletteProp | undefined;
15
- iconSize?: import("../../../Icon").IconSize | undefined;
16
- } & import("../../../../foundation").RcBaseProps<import("react").HTMLAttributes<HTMLSpanElement>, "color"> & import("react").RefAttributes<any>>>, import("../../../../foundation").RcTheme, {}, never>;
3
+ export declare const StyledCheckIcon: any;
17
4
  export declare const MenuItemStyle: RcThemedStyled<RcMenuItemProps, any>;
@@ -1,3 +1,3 @@
1
1
  /** @deprecated no longer need, just a `div` */
2
- declare const RcMenuItemActionWrapper: import("styled-components").StyledComponent<"div", import("../../..").RcTheme, {}, never>;
2
+ declare const RcMenuItemActionWrapper: any;
3
3
  export { RcMenuItemActionWrapper };
@@ -1,2 +1,2 @@
1
- declare const StyledMenuItemActionWrapper: import("styled-components").StyledComponent<"div", import("../../../../foundation").RcTheme, {}, never>;
1
+ declare const StyledMenuItemActionWrapper: any;
2
2
  export { StyledMenuItemActionWrapper };
@@ -2,6 +2,6 @@ import { ListItemSecondaryActionProps as MuiListItemSecondaryActionProps } from
2
2
  import { RcBaseProps } from '../../../foundation';
3
3
  type RcMenuItemSubActionProps = RcBaseProps<MuiListItemSecondaryActionProps>;
4
4
  /** @deprecated use RcListItemSecondaryAction */
5
- declare const RcMenuItemSubAction: import("styled-components").StyledComponent<typeof import("@material-ui/core/ListItemSecondaryAction").default, import("../../../foundation").RcTheme, {}, never>;
5
+ declare const RcMenuItemSubAction: any;
6
6
  export { RcMenuItemSubAction };
7
7
  export type { RcMenuItemSubActionProps };
@@ -1,3 +1,2 @@
1
- import MuiListItemSecondaryAction from '@material-ui/core/ListItemSecondaryAction';
2
- declare const StyledMenuItemSubAction: import("styled-components").StyledComponent<typeof MuiListItemSecondaryAction, import("../../../../foundation").RcTheme, {}, never>;
1
+ declare const StyledMenuItemSubAction: any;
3
2
  export { StyledMenuItemSubAction };
@@ -1,4 +1,4 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiMenuList from '@material-ui/core/MenuList';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  import type { RcMenuListContextType, RcMenuListOnCloseReasonsType } from './MenuListContext';
@@ -11,6 +11,6 @@ type RcMenuListProps = {
11
11
  /** emit for subMenu closed */
12
12
  onClose?: (event: {}, reason: RcMenuListOnCloseReasonsType) => void;
13
13
  } & RcBaseProps<ComponentProps<typeof MuiMenuList>>;
14
- declare const RcMenuList: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcMenuListProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
14
+ declare const RcMenuList: any;
15
15
  export { RcMenuList, RcMenuListContext };
16
16
  export type { RcMenuListContextType, RcMenuListProps };
@@ -1,4 +1,4 @@
1
1
  import { RcThemedStyled } from '../../../../foundation';
2
2
  import { RcMenuListProps } from '../MenuList';
3
- export declare const DividerInMenuStyle: import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("../../../../foundation").RcTheme>>;
3
+ export declare const DividerInMenuStyle: any;
4
4
  export declare const MenuListStyle: RcThemedStyled<RcMenuListProps, any>;
@@ -1,4 +1,2 @@
1
- import React from 'react';
2
- import { RcMenuOptionProps } from '../MenuOption';
3
- declare const StyledMenuOption: import("styled-components").StyledComponent<React.FunctionComponent<RcMenuOptionProps>, import("../../../../foundation").RcTheme, {}, never>;
1
+ declare const StyledMenuOption: any;
4
2
  export { StyledMenuOption };
@@ -1,4 +1,4 @@
1
- import React, { ReactNode } from 'react';
1
+ import { ReactNode } from 'react';
2
2
  import { RcBaseProps } from '../../../foundation';
3
3
  import { RcPopperProps } from '../../Popper';
4
4
  import { RcMenuItemProps } from '../MenuItem/MenuItem';
@@ -17,6 +17,6 @@ type RcSubMenuProps = {
17
17
  /** emit when sub menu popper closed */
18
18
  onClose?: (e: {}, reason: RcSubMenuOnCloseReasonsType) => void;
19
19
  } & RcBaseProps<RcMenuItemProps, 'type' | 'checked' | 'title'>;
20
- declare const RcSubMenu: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSubMenuProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
20
+ declare const RcSubMenu: any;
21
21
  export { RcSubMenu, RcSubMenuContext };
22
22
  export type { RcSubMenuContextType, RcSubMenuProps };
@@ -1,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  import { RcThemedStyled } from '../../../../foundation';
3
2
  import { RcSubMenuProps } from '../SubMenu';
4
- export declare const StyledListItemSecondaryAction: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("../../../../foundation").RcBaseProps<import("@material-ui/core").ListItemSecondaryActionProps>, "ref"> & import("react").RefAttributes<any>>, import("../../../../foundation").RcTheme, {}, never>;
5
- export declare const StyledGrow: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("@material-ui/core").GrowProps, "ref"> & import("react").RefAttributes<any>>, import("../../../../foundation").RcTheme, {}, never>;
3
+ export declare const StyledListItemSecondaryAction: any;
4
+ export declare const StyledGrow: any;
6
5
  export declare const SubMenuStyle: RcThemedStyled<RcSubMenuProps, any>;
@@ -1,8 +1,8 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiPagination from '@material-ui/lab/Pagination';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcPaginationProps = {} & RcBaseProps<ComponentProps<typeof MuiPagination>>;
5
5
  /** @release */
6
- declare const RcPagination: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/lab/Pagination").PaginationProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
6
+ declare const RcPagination: any;
7
7
  export { RcPagination };
8
8
  export type { RcPaginationProps };
@@ -1,24 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiPaginationItem from '@material-ui/lab/PaginationItem';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcPaginationItemProps = {} & RcBaseProps<ComponentProps<typeof MuiPaginationItem>>;
5
- interface RcPaginationItemTypeMap<D extends React.ElementType = 'div'> {
6
- props: RcPaginationItemProps;
7
- defaultComponent: D;
8
- }
9
- declare const RcPaginationItem: import("@material-ui/core/OverridableComponent").OverridableComponent<RcPaginationItemTypeMap<"div"> & {
10
- classKey: "";
11
- }> & import("../../../foundation").CustomStyledComponentResult<RcBaseProps<{
12
- color?: "primary" | "secondary" | "standard" | undefined;
13
- disabled?: boolean | undefined;
14
- page?: number | undefined;
15
- selected?: boolean | undefined;
16
- shape?: "round" | "rounded" | undefined;
17
- size?: "small" | "medium" | "large" | undefined;
18
- type?: "page" | "previous" | "first" | "last" | "next" | "start-ellipsis" | "end-ellipsis" | undefined;
19
- variant?: "text" | "outlined" | undefined;
20
- } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/lab/PaginationItem").PaginationItemTypeMap<{}, "div">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
21
- ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
22
- }, "ref" | "key" | "suppressHydrationWarning" | "id" | "lang" | "role" | "tabIndex" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "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-rowindextext" | "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" | "onResize" | "onResizeCapture" | "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" | "slot" | "title" | "translate" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "nonce" | "spellCheck" | "radioGroup" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is">>>;
5
+ declare const RcPaginationItem: any;
23
6
  export { RcPaginationItem };
24
7
  export type { RcPaginationItemProps };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiPaper from '@material-ui/core/Paper';
3
3
  import { RcBaseProps } from '../../foundation';
4
4
  type RcPaperProps = {} & RcBaseProps<ComponentProps<typeof MuiPaper>>;
5
- declare const RcPaper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Paper").PaperProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
5
+ declare const RcPaper: any;
6
6
  export { RcPaper };
7
7
  export type { RcPaperProps };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiPopover from '@material-ui/core/Popover';
3
3
  import { RcBaseProps } from '../../foundation';
4
4
  type RcPopoverProps = {} & RcBaseProps<ComponentProps<typeof MuiPopover>>;
5
- declare const RcPopover: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Popover").PopoverProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
5
+ declare const RcPopover: any;
6
6
  export { RcPopover };
7
7
  export type { RcPopoverProps };
@@ -1,7 +1,7 @@
1
- import React, { ComponentProps } from 'react';
1
+ import { ComponentProps } from 'react';
2
2
  import MuiPopper from '@material-ui/core/Popper';
3
3
  import { RcBaseProps } from '../../foundation';
4
4
  type RcPopperProps = {} & RcBaseProps<ComponentProps<typeof MuiPopper>>;
5
- declare const RcPopper: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/Popper").PopperProps>, "ref"> & React.RefAttributes<any>>, import("../../foundation").RcTheme, {}, never>;
5
+ declare const RcPopper: any;
6
6
  export { RcPopper };
7
7
  export type { RcPopperProps };