redux-devtools/patches/react-icons.patch
renovate[bot] c82e511929
fix(deps): update react monorepo (major) (#1801)
* fix(deps): update react monorepo

* Updates

* Update

* Update

* Update

* Updates

* Updates

* Update

* Remove usages of react-test-renderer

* Fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nathan Bierema <nbierema@gmail.com>
2025-05-31 14:34:45 +00:00

11 lines
490 B
Diff

diff --git a/lib/iconBase.d.ts b/lib/iconBase.d.ts
index 9891a022c2be4d36ec8f7f80a0f5380023959e5e..96408ae39ab2025b77011485dd3096e6fb3b60ac 100644
--- a/lib/iconBase.d.ts
+++ b/lib/iconBase.d.ts
@@ -16,4 +16,4 @@ export interface IconBaseProps extends React.SVGAttributes<SVGElement> {
export type IconType = (props: IconBaseProps) => React.ReactNode;
export declare function IconBase(props: IconBaseProps & {
attr?: Record<string, string>;
-}): JSX.Element;
+}): React.JSX.Element;