@zag-js/types 1.37.0 → 1.38.0
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/dist/jsx.d.mts +1 -1
- package/dist/jsx.d.ts +1 -1
- package/package.json +1 -1
package/dist/jsx.d.mts
CHANGED
|
@@ -126,7 +126,7 @@ declare namespace JSX {
|
|
|
126
126
|
}
|
|
127
127
|
export interface AbstractView {
|
|
128
128
|
document: Document;
|
|
129
|
-
styleMedia:
|
|
129
|
+
styleMedia: any;
|
|
130
130
|
}
|
|
131
131
|
export interface UIEvent<T = Element, E = NativeUIEvent> extends SyntheticEvent<T, E> {
|
|
132
132
|
detail: number;
|
package/dist/jsx.d.ts
CHANGED
|
@@ -126,7 +126,7 @@ declare namespace JSX {
|
|
|
126
126
|
}
|
|
127
127
|
export interface AbstractView {
|
|
128
128
|
document: Document;
|
|
129
|
-
styleMedia:
|
|
129
|
+
styleMedia: any;
|
|
130
130
|
}
|
|
131
131
|
export interface UIEvent<T = Element, E = NativeUIEvent> extends SyntheticEvent<T, E> {
|
|
132
132
|
detail: number;
|