chore(runtime-dom): remove deprecated tags from jsx typing (#1627)

This commit is contained in:
wxy 2020-08-18 23:43:14 +08:00 committed by GitHub
parent 9f92871c80
commit 3892ea884b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1024,7 +1024,6 @@ interface IntrinsicElementAttributes {
base: BaseHTMLAttributes base: BaseHTMLAttributes
bdi: HTMLAttributes bdi: HTMLAttributes
bdo: HTMLAttributes bdo: HTMLAttributes
big: HTMLAttributes
blockquote: BlockquoteHTMLAttributes blockquote: BlockquoteHTMLAttributes
body: HTMLAttributes body: HTMLAttributes
br: HTMLAttributes br: HTMLAttributes
@ -1078,7 +1077,6 @@ interface IntrinsicElementAttributes {
map: MapHTMLAttributes map: MapHTMLAttributes
mark: HTMLAttributes mark: HTMLAttributes
menu: MenuHTMLAttributes menu: MenuHTMLAttributes
menuitem: HTMLAttributes
meta: MetaHTMLAttributes meta: MetaHTMLAttributes
meter: MeterHTMLAttributes meter: MeterHTMLAttributes
nav: HTMLAttributes nav: HTMLAttributes