@ukpc-lib/react 0.16.11-sandbox.saas-9885.patch-3 → 0.16.12-sandbox.saas-10032.patch-1

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.
@@ -1,10 +0,0 @@
1
- import { ColorsType } from '../../theme';
2
-
3
- type MenuTabsProps = {
4
- baseUrl: string;
5
- brandColors?: ColorsType;
6
- isOpen: boolean;
7
- onClose: () => void;
8
- };
9
- declare function MenuTabs(props: MenuTabsProps): import("react/jsx-runtime").JSX.Element;
10
- export default MenuTabs;
@@ -1,4 +0,0 @@
1
- declare const HamburgerIcon: ({ color }: {
2
- color?: string;
3
- }) => import("react/jsx-runtime").JSX.Element;
4
- export default HamburgerIcon;
@@ -1,7 +0,0 @@
1
- import { default as React } from 'react';
2
-
3
- interface SearchIconProps {
4
- color?: string;
5
- }
6
- declare const SearchIcon: React.FC<SearchIconProps>;
7
- export default SearchIcon;