diff --git a/src/jsx.d.ts b/src/jsx.d.ts index 848f7dc6ad..387c4540b6 100644 --- a/src/jsx.d.ts +++ b/src/jsx.d.ts @@ -1533,7 +1533,7 @@ export namespace JSXInternal { | '_top' | (string & {}); - interface AnchorHTMLAttributes + interface AnchorHTMLAttributes extends HTMLAttributes { download?: Signalish; href?: Signalish; @@ -1548,7 +1548,7 @@ export namespace JSXInternal { referrerPolicy?: Signalish; } - interface AreaHTMLAttributes + interface AreaHTMLAttributes extends HTMLAttributes { alt?: Signalish; coords?: Signalish; @@ -1564,21 +1564,21 @@ export namespace JSXInternal { target?: Signalish; } - interface AudioHTMLAttributes + interface AudioHTMLAttributes extends MediaHTMLAttributes {} - interface BaseHTMLAttributes + interface BaseHTMLAttributes extends HTMLAttributes { href?: Signalish; target?: Signalish; } - interface BlockquoteHTMLAttributes + interface BlockquoteHTMLAttributes extends HTMLAttributes { cite?: Signalish; } - interface ButtonHTMLAttributes + interface ButtonHTMLAttributes extends HTMLAttributes { disabled?: Signalish; form?: Signalish; @@ -1601,47 +1601,47 @@ export namespace JSXInternal { value?: Signalish; } - interface CanvasHTMLAttributes + interface CanvasHTMLAttributes extends HTMLAttributes { height?: Signalish; width?: Signalish; } - interface ColHTMLAttributes extends HTMLAttributes { + interface ColHTMLAttributes extends HTMLAttributes { span?: Signalish; width?: Signalish; } - interface ColgroupHTMLAttributes + interface ColgroupHTMLAttributes extends HTMLAttributes { span?: Signalish; } - interface DataHTMLAttributes + interface DataHTMLAttributes extends HTMLAttributes { value?: Signalish; } - interface DelHTMLAttributes extends HTMLAttributes { + interface DelHTMLAttributes extends HTMLAttributes { cite?: Signalish; datetime?: Signalish; dateTime?: Signalish; } - interface DetailsHTMLAttributes + interface DetailsHTMLAttributes extends HTMLAttributes { open?: Signalish; onToggle?: GenericEventHandler | undefined; } - interface DialogHTMLAttributes + interface DialogHTMLAttributes extends HTMLAttributes { onCancel?: GenericEventHandler | undefined; onClose?: GenericEventHandler | undefined; open?: Signalish; } - interface EmbedHTMLAttributes + interface EmbedHTMLAttributes extends HTMLAttributes { height?: Signalish; src?: Signalish; @@ -1649,14 +1649,14 @@ export namespace JSXInternal { width?: Signalish; } - interface FieldsetHTMLAttributes + interface FieldsetHTMLAttributes extends HTMLAttributes { disabled?: Signalish; form?: Signalish; name?: Signalish; } - interface FormHTMLAttributes + interface FormHTMLAttributes extends HTMLAttributes { 'accept-charset'?: Signalish; acceptCharset?: Signalish; @@ -1673,7 +1673,7 @@ export namespace JSXInternal { target?: Signalish; } - interface IframeHTMLAttributes + interface IframeHTMLAttributes extends HTMLAttributes { allow?: Signalish; allowFullScreen?: Signalish; @@ -1703,7 +1703,7 @@ export namespace JSXInternal { type HTMLAttributeCrossOrigin = 'anonymous' | 'use-credentials'; - interface ImgHTMLAttributes extends HTMLAttributes { + interface ImgHTMLAttributes extends HTMLAttributes { alt?: Signalish; crossorigin?: Signalish; crossOrigin?: Signalish; @@ -1746,7 +1746,7 @@ export namespace JSXInternal { | 'week' | (string & {}); - interface InputHTMLAttributes + interface InputHTMLAttributes extends HTMLAttributes { accept?: Signalish; alt?: Signalish; @@ -1803,13 +1803,13 @@ export namespace JSXInternal { onChange?: GenericEventHandler | undefined; } - interface InsHTMLAttributes extends HTMLAttributes { + interface InsHTMLAttributes extends HTMLAttributes { cite?: Signalish; datetime?: Signalish; dateTime?: Signalish; } - interface KeygenHTMLAttributes + interface KeygenHTMLAttributes extends HTMLAttributes { challenge?: Signalish; disabled?: Signalish; @@ -1819,18 +1819,18 @@ export namespace JSXInternal { name?: Signalish; } - interface LabelHTMLAttributes + interface LabelHTMLAttributes extends HTMLAttributes { for?: Signalish; form?: Signalish; htmlFor?: Signalish; } - interface LiHTMLAttributes extends HTMLAttributes { + interface LiHTMLAttributes extends HTMLAttributes { value?: Signalish; } - interface LinkHTMLAttributes + interface LinkHTMLAttributes extends HTMLAttributes { as?: Signalish; crossorigin?: Signalish; @@ -1851,11 +1851,11 @@ export namespace JSXInternal { charSet?: Signalish; } - interface MapHTMLAttributes extends HTMLAttributes { + interface MapHTMLAttributes extends HTMLAttributes { name?: Signalish; } - interface MarqueeHTMLAttributes + interface MarqueeHTMLAttributes extends HTMLAttributes { behavior?: Signalish<'scroll' | 'slide' | 'alternate' | undefined>; bgColor?: Signalish; @@ -1870,7 +1870,7 @@ export namespace JSXInternal { width?: Signalish; } - interface MediaHTMLAttributes + interface MediaHTMLAttributes extends HTMLAttributes { autoplay?: Signalish; autoPlay?: Signalish; @@ -1888,12 +1888,12 @@ export namespace JSXInternal { volume?: Signalish; } - interface MenuHTMLAttributes + interface MenuHTMLAttributes extends HTMLAttributes { type?: Signalish; } - interface MetaHTMLAttributes + interface MetaHTMLAttributes extends HTMLAttributes { charset?: Signalish; charSet?: Signalish; @@ -1904,7 +1904,7 @@ export namespace JSXInternal { media?: Signalish; } - interface MeterHTMLAttributes + interface MeterHTMLAttributes extends HTMLAttributes { form?: Signalish; high?: Signalish; @@ -1915,7 +1915,7 @@ export namespace JSXInternal { value?: Signalish; } - interface ObjectHTMLAttributes + interface ObjectHTMLAttributes extends HTMLAttributes { classID?: Signalish; data?: Signalish; @@ -1929,19 +1929,19 @@ export namespace JSXInternal { wmode?: Signalish; } - interface OlHTMLAttributes extends HTMLAttributes { + interface OlHTMLAttributes extends HTMLAttributes { reversed?: Signalish; start?: Signalish; type?: Signalish<'1' | 'a' | 'A' | 'i' | 'I' | undefined>; } - interface OptgroupHTMLAttributes + interface OptgroupHTMLAttributes extends HTMLAttributes { disabled?: Signalish; label?: Signalish; } - interface OptionHTMLAttributes + interface OptionHTMLAttributes extends HTMLAttributes { disabled?: Signalish; label?: Signalish; @@ -1949,7 +1949,7 @@ export namespace JSXInternal { value?: Signalish; } - interface OutputHTMLAttributes + interface OutputHTMLAttributes extends HTMLAttributes { for?: Signalish; form?: Signalish; @@ -1957,24 +1957,24 @@ export namespace JSXInternal { name?: Signalish; } - interface ParamHTMLAttributes + interface ParamHTMLAttributes extends HTMLAttributes { name?: Signalish; value?: Signalish; } - interface ProgressHTMLAttributes + interface ProgressHTMLAttributes extends HTMLAttributes { max?: Signalish; value?: Signalish; } - interface QuoteHTMLAttributes + interface QuoteHTMLAttributes extends HTMLAttributes { cite?: Signalish; } - interface ScriptHTMLAttributes + interface ScriptHTMLAttributes extends HTMLAttributes { async?: Signalish; /** @deprecated */ @@ -1993,7 +1993,7 @@ export namespace JSXInternal { type?: Signalish; } - interface SelectHTMLAttributes + interface SelectHTMLAttributes extends HTMLAttributes { autocomplete?: Signalish; autoComplete?: Signalish; @@ -2008,12 +2008,12 @@ export namespace JSXInternal { onChange?: GenericEventHandler | undefined; } - interface SlotHTMLAttributes + interface SlotHTMLAttributes extends HTMLAttributes { name?: Signalish; } - interface SourceHTMLAttributes + interface SourceHTMLAttributes extends HTMLAttributes { height?: Signalish; media?: Signalish; @@ -2025,14 +2025,14 @@ export namespace JSXInternal { width?: Signalish; } - interface StyleHTMLAttributes + interface StyleHTMLAttributes extends HTMLAttributes { media?: Signalish; scoped?: Signalish; type?: Signalish; } - interface TableHTMLAttributes + interface TableHTMLAttributes extends HTMLAttributes { cellPadding?: Signalish; cellSpacing?: Signalish; @@ -2040,7 +2040,7 @@ export namespace JSXInternal { width?: Signalish; } - interface TdHTMLAttributes extends HTMLAttributes { + interface TdHTMLAttributes extends HTMLAttributes { align?: Signalish< 'left' | 'center' | 'right' | 'justify' | 'char' | undefined >; @@ -2056,7 +2056,7 @@ export namespace JSXInternal { valign?: Signalish<'top' | 'middle' | 'bottom' | 'baseline' | undefined>; } - interface TextareaHTMLAttributes + interface TextareaHTMLAttributes extends HTMLAttributes { autocomplete?: Signalish; autoComplete?: Signalish; @@ -2079,7 +2079,7 @@ export namespace JSXInternal { onChange?: GenericEventHandler | undefined; } - interface ThHTMLAttributes extends HTMLAttributes { + interface ThHTMLAttributes extends HTMLAttributes { align?: Signalish< 'left' | 'center' | 'right' | 'justify' | 'char' | undefined >; @@ -2092,13 +2092,13 @@ export namespace JSXInternal { abbr?: Signalish; } - interface TimeHTMLAttributes + interface TimeHTMLAttributes extends HTMLAttributes { datetime?: Signalish; dateTime?: Signalish; } - interface TrackHTMLAttributes + interface TrackHTMLAttributes extends MediaHTMLAttributes { default?: Signalish; kind?: Signalish; @@ -2107,7 +2107,7 @@ export namespace JSXInternal { srcLang?: Signalish; } - interface VideoHTMLAttributes + interface VideoHTMLAttributes extends MediaHTMLAttributes { height?: Signalish; poster?: Signalish;