From 4854ed7cb5b6abc3a8a3ca1854974b6862cd26db Mon Sep 17 00:00:00 2001 From: Jane Chu Date: Mon, 24 Apr 2017 15:14:20 -0700 Subject: [PATCH] fix(react): add cite attribute --- types/react/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index ee1bcefe91..741dae1012 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2097,6 +2097,7 @@ declare namespace React { charSet?: string; challenge?: string; checked?: boolean; + cite?: string; classID?: string; className?: string; cols?: number;