Socket
Socket
Sign inDemoInstall

@zag-js/types

Package Overview
Dependencies
0
Maintainers
1
Versions
807
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.0-dev-20220427162539 to 0.0.0-dev-20220514160702

17

dist/index.d.ts

@@ -11,15 +11,22 @@ import type * as React from "react";

};
export declare type Context<T> = T & {
export declare type RootProperties = {
/**
* @internal
* The unique identifier of the accordion.
* The owner document of the machine.
*/
uid: string;
doc?: Document;
/**
* @internal
* The owner document of the accordion widget.
* The root node of the machine. Useful for shadow DOM.
*/
doc?: Document;
rootNode?: ShadowRoot;
};
export declare type Context<T> = T & RootProperties & {
/**
* @internal
* The unique identifier of the machine.
*/
uid: string;
/**
* @internal
* The related target when the element is blurred.

@@ -26,0 +33,0 @@ * Used as a polyfill for `e.relatedTarget`

{
"name": "@zag-js/types",
"version": "0.0.0-dev-20220427162539",
"version": "0.0.0-dev-20220514160702",
"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