Skip to content

Commit d97c761

Browse files
Update types/index.d.ts
Co-authored-by: Vir Desai <[email protected]>
1 parent 42f45f6 commit d97c761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface ChannelProps
211211
*/
212212
KeyboardCompatibleView?: React.ElementType<KeyboardCompatibleViewProps>;
213213
keyboardVerticalOffset?: number;
214-
keyboardBehavior?: 'height' | 'position' | 'padding';
214+
keyboardBehavior?: KeyboardAvoidingViewProps['behavior'];
215215
disableIfFrozenChannel?: boolean;
216216
}
217217

0 commit comments

Comments
 (0)