diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 62f1c6c151..864820aa63 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -2578,6 +2578,7 @@ declare namespace React { media?: string; rel?: string; target?: string; + type?: string; } // tslint:disable-next-line:no-empty-interface