ingred-ui 23.10.0 → 23.11.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.
@@ -19,8 +19,5 @@ export declare const SelectIcon: import("styled-components").StyledComponent<"sp
19
19
  export declare const StyledContextMenu2TextInputItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<{
20
20
  onEnter?: (() => void) | undefined;
21
21
  } & import("react").InputHTMLAttributes<HTMLInputElement> & import("react").RefAttributes<HTMLInputElement>>, import("styled-components").DefaultTheme, {}, never>;
22
- export declare const StyledContextMenu2ButtonControlsItem: import("styled-components").StyledComponent<({ className, children }: {
23
- className?: string | undefined;
24
- children: import("react").ReactNode;
25
- }) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
22
+ export declare const SearchHeaderContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
26
23
  export {};