Update index.d.ts

This commit is contained in:
Xavier Carpentier
2018-11-14 11:55:56 +01:00
committed by GitHub
parent 905c74829f
commit f6573fc38d

2
index.d.ts vendored
View File

@@ -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> {