@zag-js/types 0.0.0-dev-20231114200311 → 0.0.0-dev-20231127152044
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1108,7 +1108,7 @@ declare namespace JSX {
|
|
|
1108
1108
|
var: HTMLAttributes<HTMLElement>;
|
|
1109
1109
|
video: VideoHTMLAttributes<HTMLVideoElement>;
|
|
1110
1110
|
}
|
|
1111
|
-
export {};
|
|
1111
|
+
export { };
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
type Dict<T = any> = Record<string, T>;
|
|
@@ -1211,4 +1211,4 @@ interface RootProperties {
|
|
|
1211
1211
|
type Context<T> = T & RootProperties;
|
|
1212
1212
|
type Style = JSX.CSSProperties;
|
|
1213
1213
|
|
|
1214
|
-
export { CommonProperties, Context, Direction, DirectionProperty, JSX, LocaleProperties, MaybeElement, NormalizeProps, Orientation, OrientationProperty, PropTypes, RequiredBy, RootProperties, Style, createNormalizer };
|
|
1214
|
+
export { type CommonProperties, type Context, type Direction, type DirectionProperty, JSX, type LocaleProperties, type MaybeElement, type NormalizeProps, type Orientation, type OrientationProperty, type PropTypes, type RequiredBy, type RootProperties, type Style, createNormalizer };
|
package/dist/index.d.ts
CHANGED
|
@@ -1108,7 +1108,7 @@ declare namespace JSX {
|
|
|
1108
1108
|
var: HTMLAttributes<HTMLElement>;
|
|
1109
1109
|
video: VideoHTMLAttributes<HTMLVideoElement>;
|
|
1110
1110
|
}
|
|
1111
|
-
export {};
|
|
1111
|
+
export { };
|
|
1112
1112
|
}
|
|
1113
1113
|
|
|
1114
1114
|
type Dict<T = any> = Record<string, T>;
|
|
@@ -1211,4 +1211,4 @@ interface RootProperties {
|
|
|
1211
1211
|
type Context<T> = T & RootProperties;
|
|
1212
1212
|
type Style = JSX.CSSProperties;
|
|
1213
1213
|
|
|
1214
|
-
export { CommonProperties, Context, Direction, DirectionProperty, JSX, LocaleProperties, MaybeElement, NormalizeProps, Orientation, OrientationProperty, PropTypes, RequiredBy, RootProperties, Style, createNormalizer };
|
|
1214
|
+
export { type CommonProperties, type Context, type Direction, type DirectionProperty, JSX, type LocaleProperties, type MaybeElement, type NormalizeProps, type Orientation, type OrientationProperty, type PropTypes, type RequiredBy, type RootProperties, type Style, createNormalizer };
|