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 {