@radix-ui/react-polymorphic
Advanced tools
Comparing version 0.0.5 to 0.0.6
import * as React from "react"; | ||
type Merge<P1 = {}, P2 = {}> = Omit<P1, keyof P2> & P2; | ||
export type Merge<P1 = {}, P2 = {}> = Omit<P1, keyof P2> & P2; | ||
type MergeProps<E, P = {}> = P & Merge<E extends React.ElementType ? React.ComponentPropsWithRef<E> : never, P>; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "@radix-ui/react-polymorphic", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
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
4466