Skip to content

Commit

Permalink
improve a type
Browse files Browse the repository at this point in the history
  • Loading branch information
ahkhanjani committed Nov 16, 2024
1 parent 5af404e commit 21e8787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/snippets/phone-input.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { cn } from "@/lib/utils";
import { ScrollArea } from "./scroll-area";

type PhoneInputProps = Omit<
React.InputHTMLAttributes<HTMLInputElement>,
React.ComponentProps<"input">,
"onChange" | "value"
> &
Omit<RPNInput.Props<typeof RPNInput.default>, "onChange"> & {
Expand Down

0 comments on commit 21e8787

Please sign in to comment.