@radix-ui/react-primitive
Advanced tools
Comparing version 0.0.12 to 0.0.13
import * as Polymorphic from "@radix-ui/react-polymorphic"; | ||
import * as React from "react"; | ||
declare const DEFAULT_TAG = "div"; | ||
type PrimitiveOwnProps = {}; | ||
export const Primitive: Polymorphic.ForwardRefComponent<"div", PrimitiveOwnProps>; | ||
export const Root: Polymorphic.ForwardRefComponent<"div", PrimitiveOwnProps>; | ||
type ExtendedPrimitive<C, As> = Polymorphic.ForwardRefComponent<As, Polymorphic.OwnProps<C>>; | ||
export type PrimitivePrimitive = Polymorphic.ForwardRefComponent<typeof DEFAULT_TAG, PrimitiveOwnProps>; | ||
export const Primitive: PrimitivePrimitive; | ||
export const Root: PrimitivePrimitive; | ||
export type ExtendedPrimitive<C, As> = Polymorphic.ForwardRefComponent<As, Polymorphic.OwnProps<C>>; | ||
type DefaultProps<C, As> = { | ||
@@ -8,0 +10,0 @@ as?: As; |
{ | ||
"name": "@radix-ui/react-primitive", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
11245
23