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;