From 3892ea884bfc14140e3c2fd1c732cb1573c4c724 Mon Sep 17 00:00:00 2001 From: wxy <34932209+wxy0902@users.noreply.github.com> Date: Tue, 18 Aug 2020 23:43:14 +0800 Subject: [PATCH] chore(runtime-dom): remove deprecated tags from jsx typing (#1627) --- packages/runtime-dom/types/jsx.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/runtime-dom/types/jsx.d.ts b/packages/runtime-dom/types/jsx.d.ts index 82a3ab851..0d767fc0e 100644 --- a/packages/runtime-dom/types/jsx.d.ts +++ b/packages/runtime-dom/types/jsx.d.ts @@ -1024,7 +1024,6 @@ interface IntrinsicElementAttributes { base: BaseHTMLAttributes bdi: HTMLAttributes bdo: HTMLAttributes - big: HTMLAttributes blockquote: BlockquoteHTMLAttributes body: HTMLAttributes br: HTMLAttributes @@ -1078,7 +1077,6 @@ interface IntrinsicElementAttributes { map: MapHTMLAttributes mark: HTMLAttributes menu: MenuHTMLAttributes - menuitem: HTMLAttributes meta: MetaHTMLAttributes meter: MeterHTMLAttributes nav: HTMLAttributes