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

@radix-ui/react-primitive

Package Overview
Dependencies
Maintainers
6
Versions
161
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@radix-ui/react-primitive - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

8

dist/index.d.ts
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

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