Skip to content

Commit a9f5862

Browse files
authored
Merge branch 'master' into feat/isomorphic-effect-and-reduce-motion
2 parents a06eddb + 35da18b commit a9f5862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/native/src/animated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type WithAnimated = {
2121
/** The type of an `animated()` component */
2222
export type AnimatedComponent<T extends ElementType> =
2323
ForwardRefExoticComponent<
24-
AnimatedProps<ComponentPropsWithRef<T>> & { children: ReactNode }
24+
AnimatedProps<ComponentPropsWithRef<T>> & { children?: ReactNode }
2525
>
2626

2727
/** The props of an `animated()` component */

0 commit comments

Comments
 (0)