diff --git a/docs/docs/api/hooks/input/use-reanimated-focused-input.md b/docs/docs/api/hooks/input/use-reanimated-focused-input.md index ebdc6e0de..18e6cc19c 100644 --- a/docs/docs/api/hooks/input/use-reanimated-focused-input.md +++ b/docs/docs/api/hooks/input/use-reanimated-focused-input.md @@ -31,8 +31,8 @@ The `input` property from this hook is returned as `SharedValue`. The returned d ```ts type FocusedInputLayoutChangedEvent = { - // tag of the focused TextInput - target: number; + target: number; // tag of the focused TextInput + // layout of the focused TextInput layout: { x: number; // `x` coordinate inside the parent component diff --git a/docs/versioned_docs/version-1.9.0/api/hooks/input/use-reanimated-focused-input.md b/docs/versioned_docs/version-1.9.0/api/hooks/input/use-reanimated-focused-input.md index 314265801..791a39792 100644 --- a/docs/versioned_docs/version-1.9.0/api/hooks/input/use-reanimated-focused-input.md +++ b/docs/versioned_docs/version-1.9.0/api/hooks/input/use-reanimated-focused-input.md @@ -30,8 +30,8 @@ The `input` property from this hook is returned as `SharedValue`. The returned d ```ts type FocusedInputLayoutChangedEvent = { - // tag of the focused TextInput - target: number; + target: number; // tag of the focused TextInput + // layout of the focused TextInput layout: { x: number; // `x` coordinate inside the parent component