Skip to content

Commit ed0915e

Browse files
Update src/Range.tsx
Co-authored-by: Joseph Garrone <[email protected]> Signed-off-by: Lilian Saget-Lethias <[email protected]>
1 parent 7fb318b commit ed0915e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/Range.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
"use client";
22

33
import React, {
4-
CSSProperties,
5-
DetailedHTMLProps,
4+
type CSSProperties,
65
forwardRef,
7-
InputHTMLAttributes,
86
memo,
9-
ReactNode
7+
type ReactNode,
8+
type ComponentProps
109
} from "react";
1110
import { assert, Equals } from "tsafe";
1211
import { symToStr } from "tsafe/symToStr";

0 commit comments

Comments
 (0)