You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
736
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-nightly.2983 to 3.0.0-nightly.2986

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.2983+2964e9aaf",
"version": "3.0.0-nightly.2986+b940126e4",
"description": "Spectrum UI components in React",

@@ -17,3 +17,3 @@ "license": "Apache-2.0",

},
"gitHead": "2964e9aafc281888cd65da5bd77512e7f999bd84"
"gitHead": "b940126e4d67a11d28b7c0b098eab23205598b6c"
}

@@ -13,3 +13,3 @@ /*

import {Ref} from 'react';
import {ReactNode, Ref, RefAttributes} from 'react';

@@ -26,1 +26,8 @@ export interface DOMRefValue<T extends HTMLElement = HTMLElement> {

export type FocusableRef<T extends HTMLElement = HTMLElement> = Ref<FocusableRefValue<T>>;
// Override forwardRef types so generics work.
declare function forwardRef<T, P = {}>(
render: (props: P, ref: Ref<T>) => ReactNode | null
): (props: P & RefAttributes<T>) => ReactNode | null;
export type forwardRefType = typeof forwardRef;
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc