@radix-ui/react-primitive
Advanced tools
+0
-5
| import * as React from 'react'; | ||
| declare module 'react' { | ||
| interface CSSProperties { | ||
| [varName: `--radix-${string}`]: string | number | undefined | null; | ||
| } | ||
| } | ||
| declare const NODES: readonly ["a", "button", "div", "form", "h2", "h3", "img", "input", "label", "li", "nav", "ol", "p", "select", "span", "svg", "ul"]; | ||
@@ -9,0 +4,0 @@ type Primitives = { |
+0
-5
| import * as React from 'react'; | ||
| declare module 'react' { | ||
| interface CSSProperties { | ||
| [varName: `--radix-${string}`]: string | number | undefined | null; | ||
| } | ||
| } | ||
| declare const NODES: readonly ["a", "button", "div", "form", "h2", "h3", "img", "input", "label", "li", "nav", "ol", "p", "select", "span", "svg", "ul"]; | ||
@@ -9,0 +4,0 @@ type Primitives = { |
+1
-1
| { | ||
| "name": "@radix-ui/react-primitive", | ||
| "version": "2.1.6", | ||
| "version": "2.1.7", | ||
| "license": "MIT", | ||
@@ -5,0 +5,0 @@ "source": "./src/index.ts", |
22727
-1.21%175
-2.78%