Socket
Socket
Sign inDemoInstall

@zag-js/types

Package Overview
Dependencies
0
Maintainers
1
Versions
806
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20220416152643 to 0.0.0-dev-20220417135151

10

dist/index.d.ts

@@ -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 & {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc