@ssa-ui-kit/core 1.0.0 → 1.0.2

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 (266) hide show
  1. package/.storybook/style.css +9 -0
  2. package/dist/components/AccordionGroup/AccordionContent.d.ts +6 -1
  3. package/dist/components/AccordionGroup/AccordionContext.d.ts +1 -0
  4. package/dist/components/AccordionGroup/stories/helpers.d.ts +1 -1
  5. package/dist/components/AddNewAccountCard/types.d.ts +1 -0
  6. package/dist/components/Avatar/Avatar.d.ts +3 -2
  7. package/dist/components/Badge/BadgeBase.d.ts +3 -2
  8. package/dist/components/Badge/helpers.d.ts +5 -4
  9. package/dist/components/Badge/types.d.ts +1 -0
  10. package/dist/components/Button/Button.d.ts +1 -0
  11. package/dist/components/Button/ButtonBase.d.ts +3 -2
  12. package/dist/components/Button/fixtures.d.ts +33 -32
  13. package/dist/components/Button/helpers.d.ts +5 -4
  14. package/dist/components/Card/CardBase.d.ts +4 -3
  15. package/dist/components/Card/types.d.ts +1 -0
  16. package/dist/components/CardContent/CardContent.d.ts +1 -0
  17. package/dist/components/CardContent/CardContentBase.d.ts +4 -3
  18. package/dist/components/CardHeader/CardHeader.d.ts +1 -0
  19. package/dist/components/CardHeader/CardHeaderBase.d.ts +5 -4
  20. package/dist/components/CardList/types.d.ts +1 -0
  21. package/dist/components/Checkbox/CheckboxBase.d.ts +1 -1
  22. package/dist/components/CollapsibleNavBar/CollapsibleNavBarBase.d.ts +4 -3
  23. package/dist/components/CollapsibleNavBar/CollapsibleNavBarItem.d.ts +4 -3
  24. package/dist/components/CollapsibleNavBar/CollapsibleNavBarLink.d.ts +2 -1
  25. package/dist/components/CollapsibleNavBar/CollapsibleNavBarList.d.ts +4 -3
  26. package/dist/components/CollapsibleNavBar/CollapsibleNavBarWrapper.d.ts +4 -3
  27. package/dist/components/CollapsibleNavBar/CollapsibleNavToggleWrapper.d.ts +4 -3
  28. package/dist/components/CollapsibleNavBar/NavBarAccordionContent.d.ts +9 -4
  29. package/dist/components/CollapsibleNavBar/NavBarItemWithSubMenu.d.ts +1 -1
  30. package/dist/components/CollapsibleNavBar/NavBarItemWithoutSubMenu.d.ts +2 -1
  31. package/dist/components/CollapsibleNavBar/NavBarPopover.d.ts +2 -1
  32. package/dist/components/CollapsibleNavBar/TriggerIcon.d.ts +3 -3
  33. package/dist/components/CollapsibleNavBar/types.d.ts +1 -0
  34. package/dist/components/ColorPicker/styles.d.ts +3 -2
  35. package/dist/components/Dropdown/types.d.ts +1 -0
  36. package/dist/components/DropdownArrow/DropdownArrow.d.ts +3 -2
  37. package/dist/components/DropdownBase/DropdownBase.d.ts +3 -2
  38. package/dist/components/DropdownOption/DropdownOption.d.ts +2 -2
  39. package/dist/components/DropdownOptions/types.d.ts +1 -0
  40. package/dist/components/DropdownToggle/DropdownToggle.d.ts +3 -2
  41. package/dist/components/Filters/FilterBlockWrapper.d.ts +7 -6
  42. package/dist/components/Filters/Filters.d.ts +13 -2
  43. package/dist/components/Filters/FiltersContext.d.ts +13 -3
  44. package/dist/components/Filters/FiltersWrapper.d.ts +4 -3
  45. package/dist/components/Filters/hooks/useVisibility.d.ts +1 -0
  46. package/dist/components/Form/Form.d.ts +3 -2
  47. package/dist/components/FormAction/FormAction.d.ts +3 -2
  48. package/dist/components/FormGroup/FormGroup.d.ts +3 -2
  49. package/dist/components/FormHelperText/FormHelperTextBase.d.ts +4 -3
  50. package/dist/components/FormHelperText/types.d.ts +1 -0
  51. package/dist/components/Icon/Icon.d.ts +1 -1
  52. package/dist/components/Icon/icons/Archive.d.ts +2 -1
  53. package/dist/components/Icon/icons/ArrowDown.d.ts +2 -1
  54. package/dist/components/Icon/icons/ArrowUp.d.ts +2 -1
  55. package/dist/components/Icon/icons/Attention.d.ts +2 -1
  56. package/dist/components/Icon/icons/BanUser.d.ts +2 -1
  57. package/dist/components/Icon/icons/Bin.d.ts +2 -1
  58. package/dist/components/Icon/icons/Calendar.d.ts +2 -1
  59. package/dist/components/Icon/icons/CarrotDown.d.ts +2 -1
  60. package/dist/components/Icon/icons/CarrotLeft.d.ts +2 -1
  61. package/dist/components/Icon/icons/CarrotRight.d.ts +2 -1
  62. package/dist/components/Icon/icons/CarrotUp.d.ts +2 -1
  63. package/dist/components/Icon/icons/Change.d.ts +2 -1
  64. package/dist/components/Icon/icons/Chart.d.ts +2 -1
  65. package/dist/components/Icon/icons/Check.d.ts +2 -1
  66. package/dist/components/Icon/icons/CheckCircle.d.ts +2 -1
  67. package/dist/components/Icon/icons/Circle.d.ts +2 -1
  68. package/dist/components/Icon/icons/Circular.d.ts +2 -1
  69. package/dist/components/Icon/icons/Clock.d.ts +2 -1
  70. package/dist/components/Icon/icons/Cogwheel.d.ts +2 -1
  71. package/dist/components/Icon/icons/ConfirmEmail.d.ts +2 -1
  72. package/dist/components/Icon/icons/Copy.d.ts +2 -1
  73. package/dist/components/Icon/icons/Cross.d.ts +2 -1
  74. package/dist/components/Icon/icons/Diet.d.ts +2 -1
  75. package/dist/components/Icon/icons/Edit.d.ts +2 -1
  76. package/dist/components/Icon/icons/Email.d.ts +2 -1
  77. package/dist/components/Icon/icons/Filter.d.ts +2 -1
  78. package/dist/components/Icon/icons/Home.d.ts +2 -1
  79. package/dist/components/Icon/icons/Import.d.ts +2 -1
  80. package/dist/components/Icon/icons/Information.d.ts +2 -1
  81. package/dist/components/Icon/icons/Invisible.d.ts +2 -1
  82. package/dist/components/Icon/icons/Lock.d.ts +2 -1
  83. package/dist/components/Icon/icons/LogIn.d.ts +2 -1
  84. package/dist/components/Icon/icons/LogOut.d.ts +2 -1
  85. package/dist/components/Icon/icons/Measurements.d.ts +2 -1
  86. package/dist/components/Icon/icons/Minus.d.ts +2 -1
  87. package/dist/components/Icon/icons/More.d.ts +2 -1
  88. package/dist/components/Icon/icons/MoreVertical.d.ts +2 -1
  89. package/dist/components/Icon/icons/Notification.d.ts +2 -1
  90. package/dist/components/Icon/icons/Pages.d.ts +2 -1
  91. package/dist/components/Icon/icons/Plus.d.ts +2 -1
  92. package/dist/components/Icon/icons/RadioOn.d.ts +2 -1
  93. package/dist/components/Icon/icons/Robot.d.ts +2 -1
  94. package/dist/components/Icon/icons/Roles.d.ts +2 -1
  95. package/dist/components/Icon/icons/Search.d.ts +2 -1
  96. package/dist/components/Icon/icons/Settings.d.ts +2 -1
  97. package/dist/components/Icon/icons/Sleep.d.ts +2 -1
  98. package/dist/components/Icon/icons/Stats.d.ts +2 -1
  99. package/dist/components/Icon/icons/Trainings.d.ts +2 -1
  100. package/dist/components/Icon/icons/UnArchive.d.ts +2 -1
  101. package/dist/components/Icon/icons/Union.d.ts +2 -1
  102. package/dist/components/Icon/icons/Unlock.d.ts +2 -1
  103. package/dist/components/Icon/icons/User.d.ts +2 -1
  104. package/dist/components/Icon/icons/Visible.d.ts +2 -1
  105. package/dist/components/Icon/icons/Warning.d.ts +2 -1
  106. package/dist/components/Icon/icons/all.d.ts +54 -0
  107. package/dist/components/Icon/icons/iconsList.d.ts +1 -1
  108. package/dist/components/Icon/types.d.ts +1 -0
  109. package/dist/components/Indicator/IndicatorBase.d.ts +4 -3
  110. package/dist/components/Indicator/types.d.ts +1 -0
  111. package/dist/components/Input/Input.d.ts +1 -0
  112. package/dist/components/Input/InputBase.d.ts +3 -2
  113. package/dist/components/Input/InputGroup.d.ts +4 -3
  114. package/dist/components/Input/InputStatusError.d.ts +3 -2
  115. package/dist/components/Input/InputStatusSuccess.d.ts +3 -2
  116. package/dist/components/Label/LabelBase.d.ts +3 -2
  117. package/dist/components/LargeTab/LargeTabBase.d.ts +3 -2
  118. package/dist/components/Link/Link.types.d.ts +1 -0
  119. package/dist/components/Link/LinkBase.d.ts +3 -2
  120. package/dist/components/LinksTabBar/LinksTabBarBase.d.ts +3 -2
  121. package/dist/components/Modal/Modal.context.d.ts +1 -0
  122. package/dist/components/ModalDialog/types.d.ts +1 -0
  123. package/dist/components/ModalDismissButton/ModalDismissButton.d.ts +1 -0
  124. package/dist/components/ModalOpenButton/ModalOpenButton.d.ts +1 -0
  125. package/dist/components/MultipleDropdown/types.d.ts +1 -0
  126. package/dist/components/MultipleDropdownNotification/MultipleDropdownNotification.d.ts +4 -3
  127. package/dist/components/MultipleDropdownOptions/types.d.ts +1 -0
  128. package/dist/components/NavBar/NavBarBase.d.ts +3 -2
  129. package/dist/components/NavBar/NavBarItem.d.ts +3 -2
  130. package/dist/components/NavBar/NavBarLink.d.ts +2 -1
  131. package/dist/components/NavBar/NavBarList.d.ts +3 -2
  132. package/dist/components/NavBar/NavBarWrapper.d.ts +3 -2
  133. package/dist/components/NavBar/NavToggleWrapper.d.ts +3 -2
  134. package/dist/components/NotificationCard/NotificationCard.d.ts +1 -0
  135. package/dist/components/NotificationCard/types.d.ts +1 -0
  136. package/dist/components/NotificationMenu/types.d.ts +1 -0
  137. package/dist/components/Pagination/PaginationContext.d.ts +1 -0
  138. package/dist/components/Pagination/WithPagination.d.ts +2 -1
  139. package/dist/components/Pagination/types.d.ts +1 -0
  140. package/dist/components/PieChart/PieChartBases.d.ts +5 -4
  141. package/dist/components/PieChart/PieChartLegendList.d.ts +3 -2
  142. package/dist/components/PieChart/PieChartLegendMarker.d.ts +2 -1
  143. package/dist/components/PieChart/types.d.ts +1 -0
  144. package/dist/components/Popover/PopoverContent.d.ts +1 -1
  145. package/dist/components/Popover/stories/StoryComponent.d.ts +1 -1
  146. package/dist/components/Popover/types.d.ts +1 -0
  147. package/dist/components/Progress/types.d.ts +1 -0
  148. package/dist/components/ProgressCircle/ProgressCircleBase.d.ts +3 -2
  149. package/dist/components/ProgressCircle/ProgressCircleInner.d.ts +3 -2
  150. package/dist/components/ProgressCircle/ProgressCircleOuter.d.ts +3 -2
  151. package/dist/components/ProgressCircle/types.d.ts +1 -0
  152. package/dist/components/ProgressInfo/ProgressInfoTotals.d.ts +2 -1
  153. package/dist/components/ProgressLegend/types.d.ts +1 -0
  154. package/dist/components/ProgressLegendItem/types.d.ts +1 -0
  155. package/dist/components/ProgressVertical/types.d.ts +1 -0
  156. package/dist/components/Radio/RadioBase.d.ts +1 -1
  157. package/dist/components/RadioGroup/RadioGroupBase.d.ts +3 -2
  158. package/dist/components/RadioGroup/types.d.ts +1 -0
  159. package/dist/components/SearchBox/SearchBoxInput.d.ts +2 -1
  160. package/dist/components/SearchBox/SearchBoxWrapper.d.ts +3 -2
  161. package/dist/components/SearchBox/stories/StoryComponent.d.ts +1 -1
  162. package/dist/components/Step/Step.d.ts +7 -4
  163. package/dist/components/StepLabel/StepLabel.d.ts +1 -1
  164. package/dist/components/Stepper/types.d.ts +1 -0
  165. package/dist/components/Switch/SwitchBase.d.ts +3 -2
  166. package/dist/components/Switch/SwitchContext.d.ts +2 -1
  167. package/dist/components/Tab/TabBase.d.ts +3 -2
  168. package/dist/components/TabBar/TabBarContext.d.ts +2 -1
  169. package/dist/components/TabBar/stories/helpers.d.ts +9 -4
  170. package/dist/components/TabBar/types.d.ts +1 -0
  171. package/dist/components/Table/Table.d.ts +3 -2
  172. package/dist/components/Table/stories/SortableTable.d.ts +1 -1
  173. package/dist/components/TableBody/TableBody.d.ts +3 -2
  174. package/dist/components/TableCell/TableCell.d.ts +4 -3
  175. package/dist/components/TableFilters/TableFilterTrigger.d.ts +3 -3
  176. package/dist/components/TableFilters/TableFilterTriggerWithNotification.d.ts +2 -2
  177. package/dist/components/TableFilters/TableFiltersAccordionContent.d.ts +6 -1
  178. package/dist/components/TableFilters/TableFiltersButtons.d.ts +2 -2
  179. package/dist/components/TableHead/TableHead.d.ts +3 -2
  180. package/dist/components/TableRow/TableRow.d.ts +3 -2
  181. package/dist/components/Tag/types.d.ts +1 -0
  182. package/dist/components/Textarea/TextareaBase.d.ts +3 -2
  183. package/dist/components/Tooltip/TooltipContentBase.d.ts +3 -2
  184. package/dist/components/Tooltip/types.d.ts +1 -0
  185. package/dist/components/Tooltip/useTooltipContext.d.ts +1 -0
  186. package/dist/components/TooltipContent/TooltipContent.d.ts +1 -0
  187. package/dist/components/TooltipTrigger/TooltipTrigger.d.ts +1 -0
  188. package/dist/components/Typography/Typography.d.ts +1 -0
  189. package/dist/components/Typography/types.d.ts +1 -0
  190. package/dist/components/WithVisibleLG/WithVisibleLG.d.ts +4 -3
  191. package/dist/components/WithVisibleMD/WithVisibleMD.d.ts +2 -1
  192. package/dist/components/WithVisibleSM/WithVisibleSM.d.ts +2 -1
  193. package/dist/components/WithVisibleUpToLG/WithVisibleUpToLG.d.ts +2 -1
  194. package/dist/components/Wrapper/Wrapper.d.ts +6 -5
  195. package/dist/index.js +1 -1
  196. package/dist/index.js.map +1 -1
  197. package/dist/styles/safari-focus-outline.d.ts +1 -0
  198. package/dist/types/emotion.d.ts +1 -0
  199. package/package.json +1 -1
  200. package/src/components/CollapsibleNavBar/stories/CollapsibleNavBar.stories.tsx +47 -25
  201. package/src/components/CollapsibleNavBar/stories/Layout.tsx +1 -1
  202. package/src/components/Filters/Filters.tsx +1 -1
  203. package/src/components/Icon/Icon.tsx +10 -2
  204. package/src/components/Icon/icons/Archive.tsx +9 -2
  205. package/src/components/Icon/icons/ArrowDown.tsx +9 -2
  206. package/src/components/Icon/icons/ArrowUp.tsx +9 -2
  207. package/src/components/Icon/icons/Attention.tsx +9 -2
  208. package/src/components/Icon/icons/BanUser.tsx +9 -2
  209. package/src/components/Icon/icons/Bin.tsx +9 -2
  210. package/src/components/Icon/icons/Calendar.tsx +9 -2
  211. package/src/components/Icon/icons/CarrotDown.tsx +4 -1
  212. package/src/components/Icon/icons/CarrotLeft.tsx +4 -1
  213. package/src/components/Icon/icons/CarrotRight.tsx +4 -1
  214. package/src/components/Icon/icons/CarrotUp.tsx +9 -2
  215. package/src/components/Icon/icons/Change.tsx +9 -2
  216. package/src/components/Icon/icons/Chart.tsx +9 -2
  217. package/src/components/Icon/icons/Check.tsx +9 -2
  218. package/src/components/Icon/icons/CheckCircle.tsx +4 -1
  219. package/src/components/Icon/icons/Circle.tsx +9 -2
  220. package/src/components/Icon/icons/Circular.tsx +9 -2
  221. package/src/components/Icon/icons/Clock.tsx +9 -2
  222. package/src/components/Icon/icons/Cogwheel.tsx +9 -2
  223. package/src/components/Icon/icons/ConfirmEmail.tsx +4 -1
  224. package/src/components/Icon/icons/Copy.tsx +9 -2
  225. package/src/components/Icon/icons/Cross.tsx +9 -2
  226. package/src/components/Icon/icons/Diet.tsx +9 -2
  227. package/src/components/Icon/icons/Edit.tsx +9 -2
  228. package/src/components/Icon/icons/Email.tsx +9 -2
  229. package/src/components/Icon/icons/Filter.tsx +9 -2
  230. package/src/components/Icon/icons/Home.tsx +9 -2
  231. package/src/components/Icon/icons/Import.tsx +9 -2
  232. package/src/components/Icon/icons/Information.tsx +4 -1
  233. package/src/components/Icon/icons/Invisible.tsx +9 -2
  234. package/src/components/Icon/icons/Lock.tsx +9 -2
  235. package/src/components/Icon/icons/LogIn.tsx +9 -2
  236. package/src/components/Icon/icons/LogOut.tsx +9 -2
  237. package/src/components/Icon/icons/Measurements.tsx +4 -1
  238. package/src/components/Icon/icons/Minus.tsx +9 -2
  239. package/src/components/Icon/icons/More.tsx +9 -2
  240. package/src/components/Icon/icons/MoreVertical.tsx +4 -1
  241. package/src/components/Icon/icons/Notification.tsx +4 -1
  242. package/src/components/Icon/icons/Pages.tsx +9 -2
  243. package/src/components/Icon/icons/Plus.tsx +9 -2
  244. package/src/components/Icon/icons/RadioOn.tsx +9 -2
  245. package/src/components/Icon/icons/Robot.tsx +9 -2
  246. package/src/components/Icon/icons/Roles.tsx +9 -2
  247. package/src/components/Icon/icons/Search.tsx +9 -2
  248. package/src/components/Icon/icons/Settings.tsx +9 -2
  249. package/src/components/Icon/icons/Sleep.tsx +9 -2
  250. package/src/components/Icon/icons/Stats.tsx +9 -2
  251. package/src/components/Icon/icons/Trainings.tsx +9 -2
  252. package/src/components/Icon/icons/UnArchive.tsx +9 -2
  253. package/src/components/Icon/icons/Union.tsx +9 -2
  254. package/src/components/Icon/icons/Unlock.tsx +9 -2
  255. package/src/components/Icon/icons/User.tsx +9 -2
  256. package/src/components/Icon/icons/Visible.tsx +9 -2
  257. package/src/components/Icon/icons/Warning.tsx +9 -2
  258. package/src/components/Icon/icons/all.ts +59 -0
  259. package/src/components/Icon/icons/iconsList.tsx +5 -56
  260. package/src/components/Icon/icons/index.tsx +12 -117
  261. package/src/components/Icon/types.ts +1 -0
  262. package/src/components/MultipleDropdownOptions/MultipleDropdownOptions.tsx +1 -1
  263. package/src/components/ResponsiveImage/ResponsiveImage.stories.tsx +6 -4
  264. package/src/components/TableFilters/styles.ts +1 -0
  265. package/src/components/TextField/TextField.stories.tsx +8 -1
  266. package/tsbuildcache +1 -1
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  export declare const InputError: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
6
  export declare const InputStatusError: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  export declare const InputSuccess: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
6
  export declare const InputStatusSuccess: () => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const LabelBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { LargeTabProps } from '../TabBar/types';
2
3
  export declare const LargeTabBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & Pick<LargeTabProps, "isActive">, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface LinkProps {
2
3
  href: string;
3
4
  children: React.ReactNode;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const LinkBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const LinksTabBarBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ModalContextProps } from './types';
2
3
  export declare const ModalContext: import("react").Context<ModalContextProps>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ModalDialogProps {
2
3
  isOpen: boolean;
3
4
  noBackground?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function ModalDismissButton({ children: child }: {
2
3
  children: JSX.Element;
3
4
  }): import("react").FunctionComponentElement<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare function ModalOpenButton({ children: child }: {
2
3
  children: JSX.Element;
3
4
  }): import("react").FunctionComponentElement<any>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { DropdownOptionProps } from '../DropdownOptions/types';
2
3
  export type DropdownProps<P extends DropdownOptionProps> = {
3
4
  selectedItems?: P[];
@@ -1,7 +1,8 @@
1
+ /// <reference types="react" />
1
2
  declare const MultipleDropdownNotification: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  } & import("../..").CommonProps & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & {
5
- theme?: import("@emotion/react").Theme;
6
+ theme?: import("@emotion/react").Theme | undefined;
6
7
  }, {}, {}>;
7
8
  export default MultipleDropdownNotification;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type DropdownOptionType = Record<string, string | number>;
2
3
  export interface DropdownItemsListProps {
3
4
  ariaLabelledby?: string;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const NavBarBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, {}>;
5
6
  export default NavBarBase;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const NavBarItem: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {}>;
5
6
  export default NavBarItem;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  declare const NavBarLink: import("@emotion/styled").StyledComponent<import("react-router-dom").NavLinkProps & import("react").RefAttributes<HTMLAnchorElement> & {
2
- theme?: import("@emotion/react").Theme;
3
+ theme?: import("@emotion/react").Theme | undefined;
3
4
  }, {}, {}>;
4
5
  export default NavBarLink;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const NavBarList: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
5
6
  export default NavBarList;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const NavBarWrapper: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
6
  export default NavBarWrapper;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const NavToggleWrapper: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
6
  export default NavToggleWrapper;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { NotificationCardProps } from './types';
2
3
  export declare const notificationTypes: Record<string, {
3
4
  [key: string]: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export type NotificationType = 'Informational' | 'Warning' | 'Error';
2
3
  export interface NotificationCardProps {
3
4
  title: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { NotificationCardProps } from '../NotificationCard';
2
3
  export interface NotificationMenuProps {
3
4
  trigger: string | JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { PaginationContextProps, PaginationContextProviderProps } from './types';
2
3
  export declare const PaginationContext: import("react").Context<PaginationContextProps>;
3
4
  export declare const usePaginationContext: () => PaginationContextProps;
@@ -1,4 +1,5 @@
1
- export declare const WithPagination: <T extends object>(Component: React.ComponentType<T>) => {
1
+ /// <reference types="react" />
2
+ export declare const WithPagination: <T extends object>(Component: import("react").ComponentType<T>) => {
2
3
  (props: T): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
3
4
  displayName: string;
4
5
  };
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  export interface PaginationProps extends CommonProps {
3
4
  pagesCount: number;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  export declare const PieChartBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
5
6
  export declare const PieChartTextBase: import("@emotion/styled").StyledComponent<{
6
- theme?: import("@emotion/react").Theme;
7
- as?: React.ElementType;
7
+ theme?: import("@emotion/react").Theme | undefined;
8
+ as?: import("react").ElementType<any> | undefined;
8
9
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const PieChartLegendList: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const PieChartLegendMarker: import("@emotion/styled").StyledComponent<import("../Badge/types").BadgeProps & import("react").RefAttributes<HTMLDivElement> & {
2
- theme?: import("@emotion/react").Theme;
3
+ theme?: import("@emotion/react").Theme | undefined;
3
4
  }, {}, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { SerializedStyles } from '@emotion/react';
2
3
  import { ResponsivePie } from '@nivo/pie';
3
4
  import { CommonProps } from '../..';
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  export declare const PopoverContent: React.ForwardRefExoticComponent<Omit<React.HTMLProps<HTMLDivElement> & {
3
- isFocusManagerDisabled?: boolean;
3
+ isFocusManagerDisabled?: boolean | undefined;
4
4
  }, "ref"> & React.RefAttributes<HTMLDivElement>>;
@@ -1,2 +1,2 @@
1
1
  import { PopoverOptions } from '../types';
2
- export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions, "interactionsEnabled">) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
2
+ export declare const StoryComponent: ({ interactionsEnabled, }: Pick<PopoverOptions, 'interactionsEnabled'>) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Placement, useInteractions, UseFloatingReturn, UseFloatingOptions } from '@floating-ui/react';
2
3
  export type InteractionsEnabled = 'click' | 'hover' | 'both';
3
4
  export interface PopoverOptions {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ProgressProps {
2
3
  children: React.ReactElement<React.PropsWithChildren<{
3
4
  vertical?: boolean;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const ProgressCircleBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  } & {
5
6
  gradientId: string;
6
7
  fullStroke: number;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const ProgressCircleInner: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  } & {
5
6
  size: number;
6
7
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  export declare const ProgressCircleOuter: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  } & {
5
6
  size: number;
6
7
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ProgressCircleProps {
2
3
  max: number;
3
4
  currentValue: number;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  import { ProgressInfoTotalsProps } from './types';
2
3
  export declare const ProgressInfoTotals: import("react").FC<Pick<ProgressInfoTotalsProps, "total"> & {
3
- theme?: import("@emotion/react").Theme;
4
+ theme?: import("@emotion/react").Theme | undefined;
4
5
  }>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface LabelItemProps {
2
3
  value: number;
3
4
  position?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ProgressLegendItemProps {
2
3
  children: React.ReactNode | string;
3
4
  percentage: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface ProgressVerticalProps {
2
3
  children: React.ReactElement<React.PropsWithChildren<{
3
4
  vertical?: boolean;
@@ -1,3 +1,3 @@
1
1
  export declare const RadioBase: import("@emotion/styled").StyledComponent<import("../Label/types").LabelProps & {
2
- theme?: import("@emotion/react").Theme;
2
+ theme?: import("@emotion/react").Theme | undefined;
3
3
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const RadioGroupBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { RadioProps } from '../Radio/types';
2
3
  export interface RadioGroupProps {
3
4
  name: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const SearchBoxInput: import("@emotion/styled").StyledComponent<import("../Input/types").InputProps & import("react").RefAttributes<HTMLInputElement> & {
2
- theme?: import("@emotion/react").Theme;
3
+ theme?: import("@emotion/react").Theme | undefined;
3
4
  }, {}, {}>;
@@ -1,4 +1,5 @@
1
+ /// <reference types="react" />
1
2
  export declare const SearchBoxWrapper: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
@@ -1,3 +1,3 @@
1
1
  export declare const StoryComponent: ({ handleCallback, }: {
2
- handleCallback?: (searchTerm: string) => void;
2
+ handleCallback?: ((searchTerm: string) => void) | undefined;
3
3
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,9 +1,12 @@
1
+ /// <reference types="react" />
1
2
  declare const Step: ({ index, children, Connector, }: {
2
- index?: number;
3
- children?: React.ReactElement<React.PropsWithChildren>;
4
- Connector?: React.FC<{
3
+ index?: number | undefined;
4
+ children?: import("react").ReactElement<{
5
+ children?: import("react").ReactNode;
6
+ }, string | import("react").JSXElementConstructor<any>> | undefined;
7
+ Connector?: import("react").FC<{
5
8
  completed: boolean;
6
9
  active: boolean;
7
- }>;
10
+ }> | undefined;
8
11
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
9
12
  export default Step;
@@ -5,6 +5,6 @@ declare const StepLabel: ({ children, StepIcon, }: {
5
5
  index: number;
6
6
  completed: boolean;
7
7
  active: boolean;
8
- }>;
8
+ }> | undefined;
9
9
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
10
10
  export default StepLabel;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface StepperProps {
2
3
  activeStep?: number;
3
4
  orientation?: 'horizontal' | 'vertical';
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  declare const SwitchBase: import("@emotion/styled").StyledComponent<{
2
- theme?: import("@emotion/react").Theme;
3
- as?: React.ElementType;
3
+ theme?: import("@emotion/react").Theme | undefined;
4
+ as?: import("react").ElementType<any> | undefined;
4
5
  }, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
5
6
  export default SwitchBase;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface SwitchContext {
2
3
  isOn: boolean;
3
4
  toggle: () => void;
@@ -5,6 +6,6 @@ export interface SwitchContext {
5
6
  export declare const SwitchContext: import("react").Context<SwitchContext>;
6
7
  export declare const useSwitchContext: () => SwitchContext;
7
8
  export declare const SwitchContextProvider: ({ initialState, children, }: {
8
- initialState?: boolean;
9
+ initialState?: boolean | undefined;
9
10
  children: React.ReactNode;
10
11
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import { SmallTabProps } from '../TabBar/types';
2
3
  export declare const TabBase: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & Pick<SmallTabProps, "isActive">, import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {}>;
@@ -1,7 +1,8 @@
1
+ /// <reference types="react" />
1
2
  import { TabProps, TabBarContextProps } from './types';
2
3
  export declare const TabBarContext: import("react").Context<TabBarContextProps>;
3
4
  export declare const useTabBarContext: () => TabBarContextProps;
4
5
  export declare const TabBarContextProvider: ({ initialTab, children, }: {
5
- initialTab?: TabProps;
6
+ initialTab?: TabProps | undefined;
6
7
  children: React.ReactNode;
7
8
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -5,13 +5,18 @@ import { TabProps } from '../types';
5
5
  type Args = Parameters<typeof TabBar>[0];
6
6
  export declare const TabBarWrapper: ({ children, selectedTabId, renderContent, }: {
7
7
  children: React.ReactNode;
8
- selectedTabId?: TabProps["tabId"];
9
- renderContent?: TabProps["renderContent"];
8
+ selectedTabId?: string | number | undefined;
9
+ renderContent?: ((tab?: {
10
+ [prop: string]: unknown;
11
+ [prop: number]: unknown;
12
+ [prop: symbol]: unknown;
13
+ tabId: string | number;
14
+ } | undefined, arg?: unknown) => React.ReactNode) | undefined;
10
15
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
11
16
  export declare const TabContents: ({ text, id, labelledBy, }: {
12
17
  text: string;
13
- id?: string;
14
- labelledBy?: string;
18
+ id?: string | undefined;
19
+ labelledBy?: string | undefined;
15
20
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
16
21
  export declare const TabBarDecorator: DecoratorFunction<{
17
22
  component: typeof TabBar;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  export interface TabProps extends CommonProps {
3
4
  tabId: number | string;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  declare const Table: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & CommonProps, import("react").DetailedHTMLProps<import("react").TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, {}>;
6
7
  export default Table;
@@ -1,4 +1,4 @@
1
1
  import { SortInfo } from './types';
2
2
  export declare const SortableTable: ({ onSortingChange, }: {
3
- onSortingChange?: (sortInfo: SortInfo) => void;
3
+ onSortingChange?: ((sortInfo: SortInfo) => void) | undefined;
4
4
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  declare const TableBody: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
6
7
  export default TableBody;
@@ -1,8 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  declare const TableCell: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & {
6
- align?: string;
7
+ align?: string | undefined;
7
8
  } & CommonProps, import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, {}>;
8
9
  export default TableCell;
@@ -2,7 +2,7 @@ import { Theme } from '@emotion/react';
2
2
  export declare const filterButtonStyles: (count?: number) => (theme: Theme) => import("@emotion/react").SerializedStyles;
3
3
  export declare const TableFilterTrigger: ({ children, count, ...rest }: {
4
4
  children?: React.ReactNode;
5
- count?: number;
6
- as?: string;
7
- className?: string;
5
+ count?: number | undefined;
6
+ as?: string | undefined;
7
+ className?: string | undefined;
8
8
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,5 +1,5 @@
1
1
  export declare const TableFilterTriggerWithNotification: ({ children, count, visible, }: {
2
2
  children?: React.ReactNode;
3
- count?: number;
4
- visible?: boolean;
3
+ count?: number | undefined;
4
+ visible?: boolean | undefined;
5
5
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,4 +1,9 @@
1
+ /// <reference types="react" />
1
2
  import { RenderContentProps } from '../AccordionGroup';
2
- export declare const TableFiltersAccordionContent: ({ isOpened, children, ...rest }: RenderContentProps & {
3
+ export declare const TableFiltersAccordionContent: ({ isOpened, children, ...rest }: Pick<import("../AccordionGroup").AccordionProps, "id" | "size"> & Pick<import("react").AriaAttributes, "aria-labelledby"> & {
4
+ isOpened?: boolean | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
6
+ className?: string | undefined;
7
+ } & Record<string, any> & {
3
8
  children: React.ReactNode;
4
9
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,4 +1,4 @@
1
1
  export declare const TableFiltersButtons: ({ onClear, onCancel, }: {
2
- onClear?: () => void;
3
- onCancel?: () => void;
2
+ onClear?: (() => void) | undefined;
3
+ onCancel?: (() => void) | undefined;
4
4
  }) => import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
@@ -1,6 +1,7 @@
1
+ /// <reference types="react" />
1
2
  import { CommonProps } from '../../types/emotion';
2
3
  declare const TableHead: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme;
4
- as?: React.ElementType;
4
+ theme?: import("@emotion/react").Theme | undefined;
5
+ as?: import("react").ElementType<any> | undefined;
5
6
  } & CommonProps, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, {}>;
6
7
  export default TableHead;