chore(runtime-dom): remove deprecated tags from jsx typing (#1627)
This commit is contained in:
parent
9f92871c80
commit
3892ea884b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue