@cabloy/types-react 19.2.7 → 19.2.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/global.d.ts +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
package/global.d.ts
CHANGED
package/index.d.ts
CHANGED
|
@@ -4058,7 +4058,8 @@ declare namespace React {
|
|
|
4058
4058
|
track: React.DetailedHTMLProps<React.TrackHTMLAttributes<HTMLTrackElement>, HTMLTrackElement>;
|
|
4059
4059
|
u: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
4060
4060
|
ul: React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>;
|
|
4061
|
-
var: React.DetailedHTMLProps<React.HTMLAttributes<
|
|
4061
|
+
// var: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
4062
|
+
var: HTMLVarElement;
|
|
4062
4063
|
video: React.DetailedHTMLProps<React.VideoHTMLAttributes<HTMLVideoElement>, HTMLVideoElement>;
|
|
4063
4064
|
wbr: React.DetailedHTMLProps<React.HTMLAttributes<HTMLElement>, HTMLElement>;
|
|
4064
4065
|
webview: React.DetailedHTMLProps<React.WebViewHTMLAttributes<HTMLWebViewElement>, HTMLWebViewElement>;
|
package/package.json
CHANGED