From 1dfc9eef7272768d9f53f043687892f3908283f0 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:56:42 +0200 Subject: [PATCH] Update html/index.d.ts Co-authored-by: Lyu, Wei-Da <36730922+jasonlyu123@users.noreply.github.com> --- html/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/html/index.d.ts b/html/index.d.ts index fc5498434e..59ab170579 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -669,6 +669,7 @@ export interface FormHTMLAttributes extends HTMLAttributes { name?: string | undefined | null; novalidate?: boolean | undefined | null; target?: string | undefined | null; + rel?: string | undefined | null; } export interface HtmlHTMLAttributes extends HTMLAttributes {