mirror of
https://github.com/zhigang1992/react-native-gifted-chat.git
synced 2026-01-12 17:42:27 +08:00
Update index.d.ts
This commit is contained in:
committed by
GitHub
parent
905c74829f
commit
f6573fc38d
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -234,6 +234,8 @@ export interface GiftedChatProps {
|
||||
parsePatterns?(): React.ReactNode;
|
||||
/* Force getting keyboard height to fix some display issues */
|
||||
forceGetKeyboardHeight?: boolean;
|
||||
/* Force send button */
|
||||
alwaysShowSend?: boolean;
|
||||
}
|
||||
|
||||
export class GiftedChat extends React.Component<GiftedChatProps> {
|
||||
|
||||
Reference in New Issue
Block a user