@ringcentral/juno 3.0.0-alpha.8 → 3.0.0-alpha.9

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 (185) 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 +3 -1
  7. package/components/Avatar/styles/StyledAvatarWrapper.d.ts +24 -1
  8. package/components/Avatar/styles/StyledIconAvatar.d.ts +7 -1
  9. package/components/Avatar/styles/StyledPresenceWrapper.d.ts +7 -1
  10. package/components/Backdrop/Backdrop.d.ts +2 -2
  11. package/components/Badge/Badge.d.ts +2 -2
  12. package/components/Badge/styles/BadgeStyle.d.ts +1 -1
  13. package/components/Buttons/Button/Button.d.ts +324 -1
  14. package/components/Buttons/ButtonBase/ButtonBase.d.ts +1 -1
  15. package/components/Buttons/ButtonGroup/ButtonGroup.d.ts +15 -2
  16. package/components/Buttons/IconButton/IconButton.d.ts +386 -1
  17. package/components/Buttons/IconButton/styles/StyledIconButton.d.ts +1 -1
  18. package/components/Buttons/IconButtonGroup/IconButtonGroup.d.ts +1 -1
  19. package/components/Buttons/SplitButton/SplitButton.d.ts +1 -1
  20. package/components/Buttons/SplitButton/styles/StyledArrowIcon.d.ts +2 -1
  21. package/components/Buttons/ToggleButton/ToggleButton.d.ts +6 -2
  22. package/components/Buttons/ToggleButtonGroup/ToggleButtonGroup.d.ts +2 -2
  23. package/components/Card/Card/Card.d.ts +2 -2
  24. package/components/Card/CardActionArea/CardActionArea.d.ts +8 -2
  25. package/components/Card/CardActions/CardActions.d.ts +2 -2
  26. package/components/Card/CardContent/CardContent.d.ts +6 -2
  27. package/components/Card/CardHeader/CardHeader.d.ts +22 -2
  28. package/components/Card/CardHoverActions/CardHoverActions.d.ts +2 -2
  29. package/components/Card/CardMedia/CardMedia.d.ts +14 -2
  30. package/components/Card/CardSelectionArea/CardSelectionArea.d.ts +2 -2
  31. package/components/Chip/Chip.d.ts +8 -2
  32. package/components/DetachedWindow/styles/DetachedWindowStyle.d.ts +1 -1
  33. package/components/Dialer/DialPad/DialPad.d.ts +63 -2
  34. package/components/Dialer/DialPadButton/DialPadButton.d.ts +2 -1
  35. package/components/Dialer/DialPadButton/styles/StyledDialPadButton.d.ts +1 -1
  36. package/components/Dialer/DialTextField/DialTextField.d.ts +2 -1
  37. package/components/Dialog/Dialog.d.ts +2 -2
  38. package/components/Dialog/DialogActions/DialogActions.d.ts +277 -2
  39. package/components/Dialog/DialogContent/DialogContent.d.ts +4 -2
  40. package/components/Dialog/DialogContentText/DialogContentText.d.ts +14 -2
  41. package/components/Dialog/DialogTitle/DialogTitle.d.ts +4 -2
  42. package/components/Divider/Divider.d.ts +14 -1
  43. package/components/DnD/DragDropContext/styles/StyledGlobalDraggable.d.ts +1 -1
  44. package/components/DnD/DragHandle/DragHandle.d.ts +4 -1
  45. package/components/DnD/Draggable/Draggable.d.ts +4 -1
  46. package/components/DnD/Droppable/Droppable.d.ts +2 -1
  47. package/components/Downshift/SuggestionList/SuggestionList.d.ts +44 -2
  48. package/components/Downshift/styles/DownshiftStyle.d.ts +356 -2
  49. package/components/Downshift/styles/StyledPopper.d.ts +11 -1
  50. package/components/Downshift/styles/StyledTextField.d.ts +8 -1
  51. package/components/Drawer/Drawer.d.ts +2 -2
  52. package/components/Forms/Checkbox/Checkbox.d.ts +6 -2
  53. package/components/Forms/FormControl.d.ts +1 -1
  54. package/components/Forms/FormControlLabel/FormControlLabel.d.ts +2 -2
  55. package/components/Forms/FormControlLabel/styles/StyledControl.d.ts +1 -1
  56. package/components/Forms/FormGroup/FormGroup.d.ts +2 -1
  57. package/components/Forms/FormHelperText/FormHelperText.d.ts +13 -2
  58. package/components/Forms/FormHelperText/styles/StyledFormHelperText.d.ts +13 -1
  59. package/components/Forms/FormLabel.d.ts +2 -1
  60. package/components/Forms/InputLabel/InputLabel.d.ts +2 -2
  61. package/components/Forms/InputLabel/styles/StyledInputLabel.d.ts +2 -1
  62. package/components/Forms/Picker/DatePicker/DatePicker.d.ts +34 -1
  63. package/components/Forms/Picker/DatePicker/Day.d.ts +1 -1
  64. package/components/Forms/Picker/DatePicker/styles/StyledCalendar.d.ts +12 -8
  65. package/components/Forms/Picker/DatePicker/styles/StyledDatePickerHeader.d.ts +362 -4
  66. package/components/Forms/Picker/DatePicker/styles/StyledYear.d.ts +2 -1
  67. package/components/Forms/Picker/DatePicker/styles/StyledYears.d.ts +5 -1
  68. package/components/Forms/Picker/TimePicker/NumberPicker.d.ts +30 -1
  69. package/components/Forms/Picker/TimePicker/ToggleText.d.ts +17 -1
  70. package/components/Forms/Picker/TimePicker/styles/StyledNumberPicker.d.ts +1 -1
  71. package/components/Forms/Picker/TimePicker/styles/StyledPickerPopperWrap.d.ts +4 -1
  72. package/components/Forms/Picker/TimePicker/styles/StyledSelectionItem.d.ts +14 -1
  73. package/components/Forms/Picker/TimePicker/styles/StyledSelectionView.d.ts +2 -1
  74. package/components/Forms/Picker/TimePicker/styles/StyledTimeIconButton.d.ts +14 -1
  75. package/components/Forms/Picker/styles/PickerBaseIconButton.d.ts +1 -1
  76. package/components/Forms/Picker/styles/StyledPickerTextField.d.ts +3 -1
  77. package/components/Forms/Picker/styles/StyledPopover.d.ts +2 -1
  78. package/components/Forms/Radio/Radio.d.ts +6 -2
  79. package/components/Forms/RadioGroup/RadioGroup.d.ts +2 -2
  80. package/components/Forms/Select/PlainSelect/PlainSelect.d.ts +2 -2
  81. package/components/Forms/Select/Select.d.ts +2 -1
  82. package/components/Forms/Select/styles/SelectArrowDownIcon.d.ts +2 -2
  83. package/components/Forms/Slider/Slider.d.ts +2 -2
  84. package/components/Forms/Switch/Switch.d.ts +2 -2
  85. package/components/Forms/TextField/TextField.d.ts +358 -1
  86. package/components/Forms/TextField/styles/ClearIconButton.d.ts +10 -1
  87. package/components/Forms/TextField/styles/TextFieldStyle.d.ts +1 -1
  88. package/components/Forms/Textarea/Textarea.d.ts +2 -1
  89. package/components/Grid/Grid.d.ts +21 -2
  90. package/components/Icon/Icon.d.ts +24 -1
  91. package/components/Icon/styles/iconSvg.d.ts +2 -1
  92. package/components/InlineEditable/InlineEditable.d.ts +67 -2
  93. package/components/InlineEditable/styles/textFieldStyle.d.ts +2 -2
  94. package/components/Link/Link.d.ts +23 -1
  95. package/components/List/List/List.d.ts +8 -2
  96. package/components/List/ListItem/ListItem.d.ts +325 -1
  97. package/components/List/ListItem/styles/ListItemStyle.d.ts +1 -1
  98. package/components/List/ListItemAvatar/ListItemAvatar.d.ts +2 -2
  99. package/components/List/ListItemIcon/ListItemIcon.d.ts +2 -2
  100. package/components/List/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +2 -2
  101. package/components/List/ListItemText/ListItemText.d.ts +2 -2
  102. package/components/List/ListSubheader/ListSubheader.d.ts +1 -1
  103. package/components/Loading/styles/StyledLoadingPage.d.ts +1 -1
  104. package/components/Menu/Menu/Menu.d.ts +2 -2
  105. package/components/Menu/MenuItem/MenuItem.d.ts +438 -2
  106. package/components/Menu/MenuItem/styles/MenuItemStyle.d.ts +14 -1
  107. package/components/Menu/MenuItemActionWrapper/MenuItemActionWrapper.d.ts +1 -1
  108. package/components/Menu/MenuItemActionWrapper/styles/StyledMenuItemActionWrapper.d.ts +1 -1
  109. package/components/Menu/MenuItemSubAction/MenuItemSubAction.d.ts +1 -1
  110. package/components/Menu/MenuItemSubAction/styles/StyledMenuItemSubAction.d.ts +2 -1
  111. package/components/Menu/MenuList/MenuList.d.ts +2 -2
  112. package/components/Menu/MenuList/styles/MenuListStyle.d.ts +1 -1
  113. package/components/Menu/MenuOption/styles/StyledMenuOption.d.ts +3 -1
  114. package/components/Menu/SubMenu/SubMenu.d.ts +2 -2
  115. package/components/Menu/SubMenu/styles/SubMenuStyle.d.ts +3 -2
  116. package/components/Pagination/Pagination/Pagination.d.ts +2 -2
  117. package/components/Pagination/PaginationItem/PaginationItem.d.ts +19 -2
  118. package/components/Paper/Paper.d.ts +2 -2
  119. package/components/Popover/Popover.d.ts +2 -2
  120. package/components/Popper/Popper.d.ts +2 -2
  121. package/components/PopupBox/PopupBox.d.ts +1 -1
  122. package/components/Presence/Presence.d.ts +10 -1
  123. package/components/Presence/styles/StyledPresence.d.ts +3 -1
  124. package/components/Progress/CircularProgress/CircularProgress.d.ts +2 -2
  125. package/components/Progress/LinearProgress/LinearProgress.d.ts +2 -2
  126. package/components/Progress/styles/StyledCircularProgress.d.ts +2 -1
  127. package/components/Rating/Rating.d.ts +2 -2
  128. package/components/Snackbar/Snackbar.d.ts +2 -2
  129. package/components/Snackbar/SnackbarAction/SnackbarAction.d.ts +2 -2
  130. package/components/Snackbar/SnackbarContent/SnackbarContent.d.ts +2 -2
  131. package/components/Stepper/Step/Step.d.ts +2 -2
  132. package/components/Stepper/StepButton/StepButton.d.ts +2 -2
  133. package/components/Stepper/StepConnector/StepConnector.d.ts +2 -2
  134. package/components/Stepper/StepContent/StepContent.d.ts +2 -2
  135. package/components/Stepper/StepIcon/StepIcon.d.ts +1 -1
  136. package/components/Stepper/StepIcon/styles/StyledCircleIcon.d.ts +2 -2
  137. package/components/Stepper/StepLabel/StepLabel.d.ts +2 -2
  138. package/components/Stepper/Stepper.d.ts +2 -2
  139. package/components/Table/Table.d.ts +2 -2
  140. package/components/Table/TableBody/TableBody.d.ts +4 -2
  141. package/components/Table/TableCell/TableCell.d.ts +294 -2
  142. package/components/Table/TableContainer/TableContainer.d.ts +2 -2
  143. package/components/Table/TableHead/TableHead.d.ts +4 -2
  144. package/components/Table/TableRow/TableRow.d.ts +2 -2
  145. package/components/TablePagination/TablePagination.d.ts +2 -2
  146. package/components/TablePagination/styles/TablePaginationStyle.d.ts +408 -2
  147. package/components/Tabs/Tab/Tab.d.ts +2 -2
  148. package/components/Tabs/TabList/TabList.d.ts +7 -1
  149. package/components/Tabs/TabPanel/TabPanel.d.ts +2 -2
  150. package/components/Tabs/Tabs/MoreMenuTab/MoreMenuTab.d.ts +1 -1
  151. package/components/Tabs/Tabs/MoreMenuTabs/MoreMenuTabs.d.ts +2 -1
  152. package/components/Tabs/Tabs/Tabs.d.ts +2 -2
  153. package/components/Tag/Tag.d.ts +14 -1
  154. package/components/Text/Text.d.ts +2 -1
  155. package/components/Thumbnail/Thumbnail.d.ts +13 -2
  156. package/components/Thumbnail/styles/StyledThumbnail.d.ts +8 -1
  157. package/components/Toolbar/Toolbar.d.ts +2 -1
  158. package/components/Tooltip/Tooltip.d.ts +2 -2
  159. package/components/Tooltip/styles/Mask.d.ts +1 -1
  160. package/components/Tooltip/withTooltip/withTooltip.d.ts +3 -2
  161. package/components/Tooltip/withTooltip/withTooltip.js +6 -3
  162. package/components/Typography/Typography.d.ts +6 -2
  163. package/components/VirtualizedMenu/VirtualizedDivider/VirtualizedDivider.d.ts +9 -1
  164. package/components/VirtualizedMenu/VirtualizedMenu.d.ts +2 -1
  165. package/components/VirtualizedMenu/VirtualizedMenuList.d.ts +1 -1
  166. package/components/VirtualizedMenu/styles/StyledMenuPadding.d.ts +6 -1
  167. package/components/VisuallyHidden/VisuallyHidden.d.ts +1 -1
  168. package/es6/components/Tooltip/withTooltip/withTooltip.js +6 -3
  169. package/es6/foundation/styled-components.js +9 -4
  170. package/foundation/hooks/useFocusInside/useFocusInside.d.ts +1 -1
  171. package/foundation/styled-components.d.ts +15 -4
  172. package/foundation/styled-components.js +9 -4
  173. package/foundation/styles/GlobalScrollBarStyle/GlobalScrollBarStyle.d.ts +1 -1
  174. package/foundation/styles/ellipsis.d.ts +1 -1
  175. package/foundation/styles/fakeBorder.d.ts +1 -1
  176. package/foundation/styles/flexCenter.d.ts +1 -1
  177. package/foundation/styles/flexWidth.d.ts +1 -1
  178. package/foundation/styles/focusRing.d.ts +1 -1
  179. package/foundation/styles/focusVisible.d.ts +2 -2
  180. package/foundation/styles/lineClamp.d.ts +1 -1
  181. package/foundation/styles/nonStyleButton.d.ts +1 -1
  182. package/foundation/styles/rippleEnter.d.ts +1 -1
  183. package/foundation/styles/rippleStyle.d.ts +1 -1
  184. package/foundation/styles/typography.d.ts +1 -1
  185. package/package.json +1 -1
@@ -1,5 +1,7 @@
1
+ import React from 'react';
1
2
  import { RcBaseProps, RcClassesProps, RcTheme, UnionOmit, RcBaseFocusVariant } from '../../../foundation';
2
3
  import { RcIconProps, RcIconSize } from '../../Icon';
4
+ import { WithTooltipProps } from '../../Tooltip';
3
5
  import { RcButtonBaseProps } from '../ButtonBase';
4
6
  import { RcIconButtonDeprecatedProps } from './deprecated/IconButtonProps';
5
7
  type RcIconButtonVariant = 'round' | 'plain' | 'inverse' | 'outline' | 'contained';
@@ -46,6 +48,389 @@ type RcIconButtonProps = {
46
48
  */
47
49
  focusVariant?: RcBaseFocusVariant<'highlight' | 'focusRing'>;
48
50
  } & RcIconButtonDeprecatedProps & Pick<RcIconProps, 'symbol' | 'loading' | 'CircularProgressProps' | 'iconColor' | 'iconSize' | 'color'> & RcClassesProps<'round' | 'invisible' | 'outline' | 'contained' | 'inverse' | 'icon' | 'persistBg'> & RcBaseProps<RcButtonBaseProps, 'color'>;
49
- declare const RcIconButton: any;
51
+ declare const RcIconButton: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
52
+ title?: NonNullable<React.ReactNode> | undefined;
53
+ useRcTooltip?: boolean | undefined;
54
+ TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
55
+ } & Omit<Omit<Omit<RcIconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref">, "title"> & React.RefAttributes<HTMLButtonElement>> & React.ComponentType<WithTooltipProps<Omit<Omit<RcIconButtonProps, "ref"> & React.RefAttributes<HTMLButtonElement>, "ref">>>, RcTheme, {
56
+ title?: NonNullable<React.ReactNode> | undefined;
57
+ TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
58
+ symbol?: import("../../Icon/Icon").SvgSymbol | undefined;
59
+ ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
60
+ key?: React.Key | null | undefined;
61
+ suppressHydrationWarning?: boolean | undefined;
62
+ id?: string | undefined;
63
+ lang?: string | undefined;
64
+ name?: string | undefined;
65
+ style?: React.CSSProperties | undefined;
66
+ role?: React.AriaRole | undefined;
67
+ tabIndex?: string | number | undefined;
68
+ elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
69
+ href?: string | undefined;
70
+ radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
71
+ "aria-activedescendant"?: string | undefined;
72
+ "aria-atomic"?: (boolean | "true" | "false") | undefined;
73
+ "aria-autocomplete"?: "list" | "none" | "inline" | "both" | undefined;
74
+ "aria-braillelabel"?: string | undefined;
75
+ "aria-brailleroledescription"?: string | undefined;
76
+ "aria-busy"?: (boolean | "true" | "false") | undefined;
77
+ "aria-checked"?: boolean | "true" | "false" | "mixed" | undefined;
78
+ "aria-colcount"?: number | undefined;
79
+ "aria-colindex"?: number | undefined;
80
+ "aria-colindextext"?: string | undefined;
81
+ "aria-colspan"?: number | undefined;
82
+ "aria-controls"?: string | undefined;
83
+ "aria-current"?: boolean | "date" | "time" | "true" | "false" | "page" | "step" | "location" | undefined;
84
+ "aria-describedby"?: string | undefined;
85
+ "aria-description"?: string | undefined;
86
+ "aria-details"?: string | undefined;
87
+ "aria-disabled"?: (boolean | "true" | "false") | undefined;
88
+ "aria-dropeffect"?: "link" | "copy" | "none" | "execute" | "move" | "popup" | undefined;
89
+ "aria-errormessage"?: string | undefined;
90
+ "aria-expanded"?: (boolean | "true" | "false") | undefined;
91
+ "aria-flowto"?: string | undefined;
92
+ "aria-grabbed"?: (boolean | "true" | "false") | undefined;
93
+ "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "tree" | "true" | "false" | undefined;
94
+ "aria-hidden"?: (boolean | "true" | "false") | undefined;
95
+ "aria-invalid"?: boolean | "true" | "false" | "grammar" | "spelling" | undefined;
96
+ "aria-keyshortcuts"?: string | undefined;
97
+ "aria-label"?: string | undefined;
98
+ "aria-labelledby"?: string | undefined;
99
+ "aria-level"?: number | undefined;
100
+ "aria-live"?: "off" | "assertive" | "polite" | undefined;
101
+ "aria-modal"?: (boolean | "true" | "false") | undefined;
102
+ "aria-multiline"?: (boolean | "true" | "false") | undefined;
103
+ "aria-multiselectable"?: (boolean | "true" | "false") | undefined;
104
+ "aria-orientation"?: "horizontal" | "vertical" | undefined;
105
+ "aria-owns"?: string | undefined;
106
+ "aria-placeholder"?: string | undefined;
107
+ "aria-posinset"?: number | undefined;
108
+ "aria-pressed"?: boolean | "true" | "false" | "mixed" | undefined;
109
+ "aria-readonly"?: (boolean | "true" | "false") | undefined;
110
+ "aria-relevant"?: "text" | "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
111
+ "aria-required"?: (boolean | "true" | "false") | undefined;
112
+ "aria-roledescription"?: string | undefined;
113
+ "aria-rowcount"?: number | undefined;
114
+ "aria-rowindex"?: number | undefined;
115
+ "aria-rowindextext"?: string | undefined;
116
+ "aria-rowspan"?: number | undefined;
117
+ "aria-selected"?: (boolean | "true" | "false") | undefined;
118
+ "aria-setsize"?: number | undefined;
119
+ "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
120
+ "aria-valuemax"?: number | undefined;
121
+ "aria-valuemin"?: number | undefined;
122
+ "aria-valuenow"?: number | undefined;
123
+ "aria-valuetext"?: string | undefined;
124
+ children?: React.ReactNode;
125
+ dangerouslySetInnerHTML?: {
126
+ __html: string | TrustedHTML;
127
+ } | undefined;
128
+ onCopy?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
129
+ onCopyCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
130
+ onCut?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
131
+ onCutCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
132
+ onPaste?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
133
+ onPasteCapture?: React.ClipboardEventHandler<HTMLButtonElement> | undefined;
134
+ onCompositionEnd?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
135
+ onCompositionEndCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
136
+ onCompositionStart?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
137
+ onCompositionStartCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
138
+ onCompositionUpdate?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
139
+ onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLButtonElement> | undefined;
140
+ onFocus?: React.FocusEventHandler<HTMLButtonElement> | undefined;
141
+ onFocusCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
142
+ onBlur?: React.FocusEventHandler<HTMLButtonElement> | undefined;
143
+ onBlurCapture?: React.FocusEventHandler<HTMLButtonElement> | undefined;
144
+ onChange?: React.FormEventHandler<HTMLButtonElement> | undefined;
145
+ onChangeCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
146
+ onBeforeInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
147
+ onBeforeInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
148
+ onInput?: React.FormEventHandler<HTMLButtonElement> | undefined;
149
+ onInputCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
150
+ onReset?: React.FormEventHandler<HTMLButtonElement> | undefined;
151
+ onResetCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
152
+ onSubmit?: React.FormEventHandler<HTMLButtonElement> | undefined;
153
+ onSubmitCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
154
+ onInvalid?: React.FormEventHandler<HTMLButtonElement> | undefined;
155
+ onInvalidCapture?: React.FormEventHandler<HTMLButtonElement> | undefined;
156
+ onLoad?: React.ReactEventHandler<HTMLButtonElement> | undefined;
157
+ onLoadCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
158
+ onError?: React.ReactEventHandler<HTMLButtonElement> | undefined;
159
+ onErrorCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
160
+ onKeyDown?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
161
+ onKeyDownCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
162
+ onKeyPress?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
163
+ onKeyPressCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
164
+ onKeyUp?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
165
+ onKeyUpCapture?: React.KeyboardEventHandler<HTMLButtonElement> | undefined;
166
+ onAbort?: React.ReactEventHandler<HTMLButtonElement> | undefined;
167
+ onAbortCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
168
+ onCanPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
169
+ onCanPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
170
+ onCanPlayThrough?: React.ReactEventHandler<HTMLButtonElement> | undefined;
171
+ onCanPlayThroughCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
172
+ onDurationChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
173
+ onDurationChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
174
+ onEmptied?: React.ReactEventHandler<HTMLButtonElement> | undefined;
175
+ onEmptiedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
176
+ onEncrypted?: React.ReactEventHandler<HTMLButtonElement> | undefined;
177
+ onEncryptedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
178
+ onEnded?: React.ReactEventHandler<HTMLButtonElement> | undefined;
179
+ onEndedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
180
+ onLoadedData?: React.ReactEventHandler<HTMLButtonElement> | undefined;
181
+ onLoadedDataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
182
+ onLoadedMetadata?: React.ReactEventHandler<HTMLButtonElement> | undefined;
183
+ onLoadedMetadataCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
184
+ onLoadStart?: React.ReactEventHandler<HTMLButtonElement> | undefined;
185
+ onLoadStartCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
186
+ onPause?: React.ReactEventHandler<HTMLButtonElement> | undefined;
187
+ onPauseCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
188
+ onPlay?: React.ReactEventHandler<HTMLButtonElement> | undefined;
189
+ onPlayCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
190
+ onPlaying?: React.ReactEventHandler<HTMLButtonElement> | undefined;
191
+ onPlayingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
192
+ onProgress?: React.ReactEventHandler<HTMLButtonElement> | undefined;
193
+ onProgressCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
194
+ onRateChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
195
+ onRateChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
196
+ onResize?: React.ReactEventHandler<HTMLButtonElement> | undefined;
197
+ onResizeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
198
+ onSeeked?: React.ReactEventHandler<HTMLButtonElement> | undefined;
199
+ onSeekedCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
200
+ onSeeking?: React.ReactEventHandler<HTMLButtonElement> | undefined;
201
+ onSeekingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
202
+ onStalled?: React.ReactEventHandler<HTMLButtonElement> | undefined;
203
+ onStalledCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
204
+ onSuspend?: React.ReactEventHandler<HTMLButtonElement> | undefined;
205
+ onSuspendCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
206
+ onTimeUpdate?: React.ReactEventHandler<HTMLButtonElement> | undefined;
207
+ onTimeUpdateCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
208
+ onVolumeChange?: React.ReactEventHandler<HTMLButtonElement> | undefined;
209
+ onVolumeChangeCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
210
+ onWaiting?: React.ReactEventHandler<HTMLButtonElement> | undefined;
211
+ onWaitingCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
212
+ onAuxClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
213
+ onAuxClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
214
+ onClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
215
+ onClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
216
+ onContextMenu?: React.MouseEventHandler<HTMLButtonElement> | undefined;
217
+ onContextMenuCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
218
+ onDoubleClick?: React.MouseEventHandler<HTMLButtonElement> | undefined;
219
+ onDoubleClickCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
220
+ onDrag?: React.DragEventHandler<HTMLButtonElement> | undefined;
221
+ onDragCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
222
+ onDragEnd?: React.DragEventHandler<HTMLButtonElement> | undefined;
223
+ onDragEndCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
224
+ onDragEnter?: React.DragEventHandler<HTMLButtonElement> | undefined;
225
+ onDragEnterCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
226
+ onDragExit?: React.DragEventHandler<HTMLButtonElement> | undefined;
227
+ onDragExitCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
228
+ onDragLeave?: React.DragEventHandler<HTMLButtonElement> | undefined;
229
+ onDragLeaveCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
230
+ onDragOver?: React.DragEventHandler<HTMLButtonElement> | undefined;
231
+ onDragOverCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
232
+ onDragStart?: React.DragEventHandler<HTMLButtonElement> | undefined;
233
+ onDragStartCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
234
+ onDrop?: React.DragEventHandler<HTMLButtonElement> | undefined;
235
+ onDropCapture?: React.DragEventHandler<HTMLButtonElement> | undefined;
236
+ onMouseDown?: React.MouseEventHandler<HTMLButtonElement> | undefined;
237
+ onMouseDownCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
238
+ onMouseEnter?: React.MouseEventHandler<HTMLButtonElement> | undefined;
239
+ onMouseLeave?: React.MouseEventHandler<HTMLButtonElement> | undefined;
240
+ onMouseMove?: React.MouseEventHandler<HTMLButtonElement> | undefined;
241
+ onMouseMoveCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
242
+ onMouseOut?: React.MouseEventHandler<HTMLButtonElement> | undefined;
243
+ onMouseOutCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
244
+ onMouseOver?: React.MouseEventHandler<HTMLButtonElement> | undefined;
245
+ onMouseOverCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
246
+ onMouseUp?: React.MouseEventHandler<HTMLButtonElement> | undefined;
247
+ onMouseUpCapture?: React.MouseEventHandler<HTMLButtonElement> | undefined;
248
+ onSelect?: React.ReactEventHandler<HTMLButtonElement> | undefined;
249
+ onSelectCapture?: React.ReactEventHandler<HTMLButtonElement> | undefined;
250
+ onTouchCancel?: React.TouchEventHandler<HTMLButtonElement> | undefined;
251
+ onTouchCancelCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
252
+ onTouchEnd?: React.TouchEventHandler<HTMLButtonElement> | undefined;
253
+ onTouchEndCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
254
+ onTouchMove?: React.TouchEventHandler<HTMLButtonElement> | undefined;
255
+ onTouchMoveCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
256
+ onTouchStart?: React.TouchEventHandler<HTMLButtonElement> | undefined;
257
+ onTouchStartCapture?: React.TouchEventHandler<HTMLButtonElement> | undefined;
258
+ onPointerDown?: React.PointerEventHandler<HTMLButtonElement> | undefined;
259
+ onPointerDownCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
260
+ onPointerMove?: React.PointerEventHandler<HTMLButtonElement> | undefined;
261
+ onPointerMoveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
262
+ onPointerUp?: React.PointerEventHandler<HTMLButtonElement> | undefined;
263
+ onPointerUpCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
264
+ onPointerCancel?: React.PointerEventHandler<HTMLButtonElement> | undefined;
265
+ onPointerCancelCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
266
+ onPointerEnter?: React.PointerEventHandler<HTMLButtonElement> | undefined;
267
+ onPointerEnterCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
268
+ onPointerLeave?: React.PointerEventHandler<HTMLButtonElement> | undefined;
269
+ onPointerLeaveCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
270
+ onPointerOver?: React.PointerEventHandler<HTMLButtonElement> | undefined;
271
+ onPointerOverCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
272
+ onPointerOut?: React.PointerEventHandler<HTMLButtonElement> | undefined;
273
+ onPointerOutCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
274
+ onGotPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
275
+ onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
276
+ onLostPointerCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
277
+ onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLButtonElement> | undefined;
278
+ onScroll?: React.UIEventHandler<HTMLButtonElement> | undefined;
279
+ onScrollCapture?: React.UIEventHandler<HTMLButtonElement> | undefined;
280
+ onWheel?: React.WheelEventHandler<HTMLButtonElement> | undefined;
281
+ onWheelCapture?: React.WheelEventHandler<HTMLButtonElement> | undefined;
282
+ onAnimationStart?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
283
+ onAnimationStartCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
284
+ onAnimationEnd?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
285
+ onAnimationEndCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
286
+ onAnimationIteration?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
287
+ onAnimationIterationCapture?: React.AnimationEventHandler<HTMLButtonElement> | undefined;
288
+ onTransitionEnd?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
289
+ onTransitionEndCapture?: React.TransitionEventHandler<HTMLButtonElement> | undefined;
290
+ form?: string | undefined;
291
+ slot?: string | undefined;
292
+ download?: boolean | undefined;
293
+ translate?: "no" | "yes" | undefined;
294
+ defaultChecked?: boolean | undefined;
295
+ defaultValue?: string | number | readonly string[] | undefined;
296
+ suppressContentEditableWarning?: boolean | undefined;
297
+ accessKey?: string | undefined;
298
+ autoFocus?: boolean | undefined;
299
+ contentEditable?: "inherit" | (boolean | "true" | "false") | "plaintext-only" | undefined;
300
+ contextMenu?: string | undefined;
301
+ dir?: string | undefined;
302
+ draggable?: (boolean | "true" | "false") | undefined;
303
+ hidden?: boolean | undefined;
304
+ nonce?: string | undefined;
305
+ spellCheck?: (boolean | "true" | "false") | undefined;
306
+ radioGroup?: string | undefined;
307
+ about?: string | undefined;
308
+ content?: string | undefined;
309
+ datatype?: string | undefined;
310
+ inlist?: any;
311
+ prefix?: string | undefined;
312
+ property?: string | undefined;
313
+ rel?: string | undefined;
314
+ resource?: string | undefined;
315
+ rev?: string | undefined;
316
+ typeof?: string | undefined;
317
+ vocab?: string | undefined;
318
+ autoCapitalize?: string | undefined;
319
+ autoCorrect?: string | undefined;
320
+ autoSave?: string | undefined;
321
+ itemProp?: string | undefined;
322
+ itemScope?: boolean | undefined;
323
+ itemType?: string | undefined;
324
+ itemID?: string | undefined;
325
+ itemRef?: string | undefined;
326
+ results?: number | undefined;
327
+ security?: string | undefined;
328
+ unselectable?: "off" | "on" | undefined;
329
+ inputMode?: "search" | "text" | "none" | "email" | "tel" | "url" | "numeric" | "decimal" | undefined;
330
+ is?: string | undefined;
331
+ value?: string | number | readonly string[] | undefined;
332
+ innerRef?: React.Ref<any> | undefined;
333
+ iconColor?: import("../../../foundation").RcPaletteProp | undefined;
334
+ iconSize?: import("../../Icon").IconSize | undefined;
335
+ loading?: boolean | undefined;
336
+ CircularProgressProps?: import("../../Progress/CircularProgress/CircularProgress").RcCircularProgressProps | undefined;
337
+ tooltipForceHide?: boolean | undefined;
338
+ disabled?: boolean | undefined;
339
+ formAction?: string | undefined;
340
+ formEncType?: string | undefined;
341
+ formMethod?: string | undefined;
342
+ formNoValidate?: boolean | undefined;
343
+ formTarget?: string | undefined;
344
+ action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
345
+ buttonRef?: (React.RefObject<HTMLButtonElement> & React.Ref<unknown>) | undefined;
346
+ centerRipple?: boolean | undefined;
347
+ disableRipple?: boolean | undefined;
348
+ focusVisibleClassName?: string | undefined;
349
+ onFocusVisible?: React.FocusEventHandler<any> | undefined;
350
+ TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
351
+ invisible?: boolean | undefined;
352
+ tooltipTitle?: string | undefined;
353
+ tooltipPlacement?: "bottom-end" | "bottom-start" | "bottom" | "left-end" | "left-start" | "left" | "right-end" | "right-start" | "right" | "top-end" | "top-start" | "top" | undefined;
354
+ disableToolTip?: boolean | undefined;
355
+ popperProps?: Pick<import("@material-ui/core").PopperProps, "disablePortal"> | undefined;
356
+ externalLink?: boolean | undefined;
357
+ ariaLabel?: string | undefined;
358
+ aRef?: React.RefObject<HTMLAnchorElement> | undefined;
359
+ shouldPersistBg?: boolean | undefined;
360
+ stretchIcon?: boolean | undefined;
361
+ useColorWhenDisabled?: boolean | undefined;
362
+ activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
363
+ disabledFakeBorder?: boolean | undefined;
364
+ IconProps?: RcIconProps | undefined;
365
+ alwaysEnableTooltip?: boolean | undefined;
366
+ variant: RcIconButtonVariant;
367
+ color: import("../../../foundation").RcPaletteProp;
368
+ size: RcIconButtonSize;
369
+ type: "button" | "reset" | "submit";
370
+ focusRipple: boolean;
371
+ disableTouchRipple: boolean;
372
+ classes: Partial<import("@material-ui/styles").ClassNameMap<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg">> & Partial<import("@material-ui/styles").ClassNameMap<import("@material-ui/core").ButtonBaseClassKey>>;
373
+ useRcTooltip: boolean;
374
+ focusVariant: "highlight" | "focusRing";
375
+ } & {
376
+ /** variant, default with `round` */
377
+ variant?: RcIconButtonVariant | undefined;
378
+ /** button size, with default with `medium` */
379
+ size?: RcIconButtonSize | undefined;
380
+ /** persist background color */
381
+ shouldPersistBg?: boolean | undefined;
382
+ /** make iconButton unVisible, default with `false` */
383
+ invisible?: boolean | undefined;
384
+ /** stretch icon to same size as container */
385
+ stretchIcon?: boolean | undefined;
386
+ /** still use color when disabled */
387
+ useColorWhenDisabled?: boolean | undefined;
388
+ /** custom border radius for tag, default is `lg` */
389
+ radius?: "circle" | "round" | "sm" | "md" | "lg" | "xl" | "xxl" | "zero" | undefined;
390
+ /**
391
+ * `box-shadow` with token
392
+ * 0 ~ 24 for different elevation shadow
393
+ */
394
+ elevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
395
+ /**
396
+ * `box-shadow` with token when button active
397
+ * 0 ~ 24 for different elevation shadow
398
+ */
399
+ activeElevation?: keyof import("@material-ui/core/styles/shadows").Shadows | undefined;
400
+ /**
401
+ * not have fake border on `inverse` and `contained` variant in `highContrast` theme
402
+ */
403
+ disabledFakeBorder?: boolean | undefined;
404
+ /**
405
+ * pass props to below Icon component
406
+ */
407
+ IconProps?: RcIconProps | undefined;
408
+ /**
409
+ * Set focus style for component.
410
+ * Only use for `inverse` and `round` variant.
411
+ * `plain` variant always use `focusRing`
412
+ *
413
+ * @default 'highlight'
414
+ */
415
+ focusVariant?: "highlight" | "focusRing" | undefined;
416
+ } & RcIconButtonDeprecatedProps & Pick<RcIconProps, "symbol" | "color" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps"> & RcClassesProps<"round" | "icon" | "inverse" | "outline" | "invisible" | "contained" | "persistBg"> & RcBaseProps<{
417
+ action?: React.Ref<import("@material-ui/core").ButtonBaseActions> | undefined;
418
+ buttonRef?: React.Ref<unknown> | undefined;
419
+ centerRipple?: boolean | undefined;
420
+ children?: React.ReactNode;
421
+ disabled?: boolean | undefined;
422
+ disableRipple?: boolean | undefined;
423
+ disableTouchRipple?: boolean | undefined;
424
+ focusRipple?: boolean | undefined; /**
425
+ * `box-shadow` with token
426
+ * 0 ~ 24 for different elevation shadow
427
+ */
428
+ focusVisibleClassName?: string | undefined;
429
+ onFocusVisible?: React.FocusEventHandler<any> | undefined;
430
+ tabIndex?: string | number | undefined;
431
+ TouchRippleProps?: Partial<import("@material-ui/core/ButtonBase/TouchRipple").TouchRippleProps> | undefined;
432
+ } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core").ExtendButtonBaseTypeMap<import("@material-ui/core").ButtonBaseTypeMap<{}, "button">>> & Pick<Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
433
+ ref?: ((instance: HTMLButtonElement | null) => void) | React.RefObject<HTMLButtonElement> | null | undefined;
434
+ }, "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "type" | "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" | "form" | "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" | "value" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget">, "color">, "symbol" | "ref" | "key" | "suppressHydrationWarning" | "color" | "id" | "lang" | "name" | "style" | "type" | "role" | "tabIndex" | "elevation" | "href" | "radius" | "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" | "form" | "slot" | "title" | "download" | "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" | "variant" | "innerRef" | "iconColor" | "iconSize" | "loading" | "CircularProgressProps" | "tooltipForceHide" | "useRcTooltip" | "TooltipProps" | "disabled" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "action" | "buttonRef" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "onFocusVisible" | "TouchRippleProps" | "invisible" | "tooltipTitle" | "tooltipPlacement" | "disableToolTip" | "popperProps" | "externalLink" | "ariaLabel" | "aRef" | "shouldPersistBg" | "stretchIcon" | "useColorWhenDisabled" | "activeElevation" | "disabledFakeBorder" | "IconProps" | "focusVariant" | "alwaysEnableTooltip">;
50
435
  export { RcIconButton };
51
436
  export type { RcIconButtonProps, RcIconButtonSize, RcIconButtonVariant };
@@ -4,6 +4,6 @@ export declare const getFocusVisibleInsetSize: RcThemedStyled<RcIconButtonProps,
4
4
  type PlainIconButtonFocusStyleOption = {
5
5
  radius?: keyof RcTheme['radius'];
6
6
  };
7
- export declare const plainIconButtonFocusStyle: ({ radius: radiusProp, }?: PlainIconButtonFocusStyleOption) => any;
7
+ export declare const plainIconButtonFocusStyle: ({ radius: radiusProp, }?: PlainIconButtonFocusStyleOption) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<RcTheme>>;
8
8
  export declare const iconButtonStyle: RcThemedStyled<RcIconButtonProps, any>;
9
9
  export {};
@@ -17,6 +17,6 @@ type RcIconButtonGroupProps = {
17
17
  /**
18
18
  * provide IconButton group with wrapper
19
19
  */
20
- declare const RcIconButtonGroup: any;
20
+ declare const RcIconButtonGroup: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcIconButtonGroupProps, "ref"> & React.RefAttributes<any>>, RcTheme, {}, never>;
21
21
  export { RcIconButtonGroup };
22
22
  export type { RcIconButtonGroupProps };
@@ -29,6 +29,6 @@ type RcSplitButtonProps = {
29
29
  /** loading state */
30
30
  loading?: boolean;
31
31
  } & Pick<RcMenuProps, 'onClose'> & Pick<RcButtonProps, 'type' | 'color' | 'disabled'> & RcBaseProps<RcButtonGroupProps, 'onChange' | 'onClick' | 'orientation' | 'fullWidth'> & RcClassesProps<'actionButton' | 'controlButton' | 'menuOpen'> & Pick<RcIconButtonProps, 'size'>;
32
- declare const RcSplitButton: any;
32
+ declare const RcSplitButton: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcSplitButtonProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
33
33
  export { RcSplitButton };
34
34
  export type { RcSplitButtonChildrenProps, RcSplitButtonProps, RcSplitButtonVariant, RcSplitRoundButtonSpacingSize, };
@@ -1,5 +1,6 @@
1
+ import React from 'react';
1
2
  import { RcIconProps } from '../../../Icon';
2
3
  export type StyledArrowIconProps = {
3
4
  open: boolean;
4
5
  } & RcIconProps;
5
- export declare const StyledArrowIcon: any;
6
+ export declare const StyledArrowIcon: import("styled-components").StyledComponent<React.FunctionComponent<StyledArrowIconProps>, import("../../../../foundation").RcTheme, {}, never>;
@@ -1,4 +1,4 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiToggleButton from '@material-ui/lab/ToggleButton';
3
3
  import { RcBaseProps, UnionPick } from '../../../foundation';
4
4
  import { RcIconProps } from '../../Icon';
@@ -12,6 +12,10 @@ type RcToggleButtonProps = {
12
12
  /** button size, with default with `medium` */
13
13
  size?: UnionPick<NonNullable<RcIconButtonProps['size']>, 'small' | 'medium' | 'large'>;
14
14
  } & Pick<RcIconButtonProps, 'symbol'> & RcBaseProps<ComponentProps<typeof MuiToggleButton>, 'size'>;
15
- declare const RcToggleButton: any;
15
+ declare const RcToggleButton: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<{
16
+ title?: NonNullable<React.ReactNode> | undefined;
17
+ useRcTooltip?: boolean | undefined;
18
+ TooltipProps?: Partial<import("../../Tooltip/Tooltip").RcTooltipProps> | undefined;
19
+ } & Omit<Omit<Omit<RcToggleButtonProps, "ref"> & React.RefAttributes<any>, "ref">, "title"> & React.RefAttributes<any>> & React.ComponentType<import("../../Tooltip/withTooltip/withTooltip").WithTooltipProps<Omit<Omit<RcToggleButtonProps, "ref"> & React.RefAttributes<any>, "ref">>>, import("../../../foundation").RcTheme, {}, never>;
16
20
  export { RcToggleButton };
17
21
  export type { RcToggleButtonProps, RcToggleButtonVariant };
@@ -1,8 +1,8 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiToggleButtonGroup from '@material-ui/lab/ToggleButtonGroup';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  import { RcToggleButtonProps } from '../ToggleButton';
5
5
  type RcToggleButtonGroupProps = {} & Pick<RcToggleButtonProps, 'variant' | 'size'> & RcBaseProps<ComponentProps<typeof MuiToggleButtonGroup>, 'size'>;
6
- declare const RcToggleButtonGroup: any;
6
+ declare const RcToggleButtonGroup: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcToggleButtonGroupProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
7
7
  export { RcToggleButtonGroup };
8
8
  export type { RcToggleButtonGroupProps };
@@ -1,4 +1,4 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiCard from '@material-ui/core/Card';
3
3
  import { RcBaseProps, RcClassesProps } from '../../../foundation';
4
4
  type RcCardClassProp = RcClassesProps<'root' | 'selected' | 'focusVisible'>;
@@ -8,6 +8,6 @@ type RcCardProps = {
8
8
  /** sets the visible style of focus if the focus target is delegated to a child component, only applied when variant outline */
9
9
  focusVisible?: boolean;
10
10
  } & RcCardClassProp & RcBaseProps<ComponentProps<typeof MuiCard>, 'classes' | 'raised'>;
11
- declare const RcCard: any;
11
+ declare const RcCard: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcCardProps, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
12
12
  export { RcCard };
13
13
  export type { RcCardProps };
@@ -1,7 +1,13 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiCardActionArea from '@material-ui/core/CardActionArea';
3
3
  import { RcBaseProps, RcClassesProps } from '../../../foundation';
4
4
  type RcCardActionAreaProps = {} & RcClassesProps<'disableRipple'> & RcBaseProps<ComponentProps<typeof MuiCardActionArea>>;
5
- declare const RcCardActionArea: any;
5
+ interface RcCardActionAreaTypeMap<D extends React.ElementType = 'div'> {
6
+ props: RcCardActionAreaProps;
7
+ defaultComponent: D;
8
+ }
9
+ declare const RcCardActionArea: import("@material-ui/core/OverridableComponent").OverridableComponent<RcCardActionAreaTypeMap<"div"> & {
10
+ classKey: "";
11
+ }> & import("../../../foundation").CustomStyledComponentResult<RcCardActionAreaProps>;
6
12
  export { RcCardActionArea };
7
13
  export type { RcCardActionAreaProps };
@@ -1,7 +1,7 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiCardActions from '@material-ui/core/CardActions';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcCardActionsProps = {} & RcBaseProps<ComponentProps<typeof MuiCardActions>>;
5
- declare const RcCardActions: any;
5
+ declare const RcCardActions: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<import("@material-ui/core/CardActions").CardActionsProps>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
6
6
  export { RcCardActions };
7
7
  export type { RcCardActionsProps };
@@ -1,7 +1,11 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiCardContent from '@material-ui/core/CardContent';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcCardContentProps = {} & RcBaseProps<ComponentProps<typeof MuiCardContent>>;
5
- declare const RcCardContent: any;
5
+ declare const RcCardContent: import("styled-components").StyledComponent<React.ForwardRefExoticComponent<Omit<RcBaseProps<{
6
+ children?: React.ReactNode;
7
+ } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core/CardContent").CardContentTypeMap<{}, "div">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
8
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
9
+ }, "ref" | "key" | "suppressHydrationWarning" | "color" | "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" | "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">>, "ref"> & React.RefAttributes<any>>, import("../../../foundation").RcTheme, {}, never>;
6
10
  export { RcCardContent };
7
11
  export type { RcCardContentProps };
@@ -1,7 +1,27 @@
1
- import { ComponentProps } from 'react';
1
+ import React, { ComponentProps } from 'react';
2
2
  import MuiCardHeader from '@material-ui/core/CardHeader';
3
3
  import { RcBaseProps } from '../../../foundation';
4
4
  type RcCardHeaderProps = {} & RcBaseProps<ComponentProps<typeof MuiCardHeader>>;
5
- declare const RcCardHeader: any;
5
+ interface RcCardHeaderTypeMap<D extends React.ElementType = 'div'> {
6
+ props: RcCardHeaderProps;
7
+ defaultComponent: D;
8
+ }
9
+ declare const RcCardHeader: import("@material-ui/core/OverridableComponent").OverridableComponent<RcCardHeaderTypeMap<"div"> & {
10
+ classKey: "";
11
+ }> & import("../../../foundation").CustomStyledComponentResult<RcBaseProps<{
12
+ action?: React.ReactNode;
13
+ avatar?: React.ReactNode;
14
+ disableTypography?: boolean | undefined;
15
+ subheader?: React.ReactNode;
16
+ subheaderTypographyProps?: import("@material-ui/core").TypographyProps<"span", {
17
+ component?: "span" | undefined;
18
+ }> | undefined;
19
+ title?: React.ReactNode;
20
+ titleTypographyProps?: import("@material-ui/core").TypographyProps<"span", {
21
+ component?: "span" | undefined;
22
+ }> | undefined;
23
+ } & import("@material-ui/core/OverridableComponent").CommonProps<import("@material-ui/core/CardHeader").CardHeaderTypeMap<{}, "div", "span", "span">> & Pick<Omit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
24
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
25
+ }, "ref" | "key" | "suppressHydrationWarning" | "color" | "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" | "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">>>;
6
26
  export { RcCardHeader };
7
27
  export type { RcCardHeaderProps };