From 239e62b7aa0c2c9199ffb017e0dabc0c764bcc1f Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Fri, 19 Aug 2022 13:56:56 +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 59ab170579..3e806e3a11 100644 --- a/html/index.d.ts +++ b/html/index.d.ts @@ -591,6 +591,7 @@ export interface AreaHTMLAttributes extends HTMLAttributes { rel?: string | undefined | null; shape?: string | undefined | null; target?: string | undefined | null; + ping?: string | undefined | null; } export interface BaseHTMLAttributes extends HTMLAttributes {