Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@bedrock-layout/type-utils

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bedrock-layout/type-utils - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

4

lib/index.d.ts

@@ -22,3 +22,3 @@ import React from "react";

*/
<InstanceC extends React.ElementType = C>(props: Readonly<PolymorphicComponentPropsWithRef<InstanceC, Props>>): React.ReactElement | null;
<InstanceC extends React.ElementType = C>(props: PolymorphicComponentPropsWithRef<InstanceC, Props>): React.ReactElement | null;
}>;

@@ -35,3 +35,3 @@ export type PolymorphicRef<C extends React.ElementType> = React.ComponentPropsWithRef<C>["ref"];

*/
export declare function forwardRefWithAs<C extends React.ElementType, Props = {}>(render: (props: Readonly<PolymorphicComponentPropsWithoutRef<C, Props>>, ref: PolymorphicRef<C>) => React.ReactElement | null): PolymorphicForwardedRefComponent<C, Props>;
export declare function forwardRefWithAs<C extends React.ElementType, Props = {}>(render: (props: PolymorphicComponentPropsWithoutRef<C, Props>, ref: PolymorphicRef<C>) => React.ReactElement | null): PolymorphicForwardedRefComponent<C, Props>;
export {};
{
"name": "@bedrock-layout/type-utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "bedrock-layout type utils",

@@ -58,3 +58,3 @@ "sideEffects": false,

},
"gitHead": "28fa04de981b50c7bfaa976a80df0a8939a65875"
"gitHead": "23f1abe06e02a999f71edbe6de8df9a1990e2955"
}
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc