@zag-js/types
Advanced tools
Comparing version 0.0.0-dev-20220416152643 to 0.0.0-dev-20220417135151
@@ -5,2 +5,8 @@ import type * as React from "react"; | ||
export declare type MaybeElement<T extends HTMLElement = HTMLElement> = T | null; | ||
export declare type DirectionProperty = { | ||
/** | ||
* The document's text/writing direction. | ||
*/ | ||
dir?: Direction; | ||
}; | ||
export declare type Context<T> = T & { | ||
@@ -23,6 +29,2 @@ /** | ||
pointerdownNode?: HTMLElement | null; | ||
/** | ||
* The document's text/writing direction. | ||
*/ | ||
dir?: Direction; | ||
}; | ||
@@ -29,0 +31,0 @@ export declare type Style = React.CSSProperties & { |
{ | ||
"name": "@zag-js/types", | ||
"version": "0.0.0-dev-20220416152643", | ||
"version": "0.0.0-dev-20220417135151", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21622
192