File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export default function createAnimatedComponent<
97
97
> (
98
98
Component : TInstance ,
99
99
) : AnimatedComponentType <
100
- $ReadOnly < React . ElementProps < TInstance >> ,
100
+ $ReadOnly < React . ElementConfig < TInstance >> ,
101
101
React . ElementRef < TInstance > ,
102
102
> {
103
103
return unstable_createAnimatedComponentWithAllowlist ( Component , null ) ;
Original file line number Diff line number Diff line change 4
4
* This source code is licensed under the MIT license found in the
5
5
* LICENSE file in the root directory of this source tree.
6
6
*
7
- * @generated SignedSource<<575e58047a8edf6bbc016768775a258f >>
7
+ * @generated SignedSource<<4e0d1f9ebc86fb237989b7099bf6f9df >>
8
8
*
9
9
* This file was generated by scripts/js-api/build-types/index.js.
10
10
*/
@@ -1920,7 +1920,12 @@ declare function createAnimatedComponent_default<
1920
1920
> (
1921
1921
Component : TInstance ,
1922
1922
) : AnimatedComponentType <
1923
- Readonly < React . ComponentProps < TInstance > > ,
1923
+ Readonly <
1924
+ React . JSX . LibraryManagedAttributes <
1925
+ TInstance ,
1926
+ React . ComponentProps < TInstance >
1927
+ >
1928
+ > ,
1924
1929
React . ComponentRef < TInstance >
1925
1930
>
1926
1931
declare function createLayoutAnimation (
You can’t perform that action at this time.
0 commit comments