diff --git a/content/snippets/phone-input.mdx b/content/snippets/phone-input.mdx index 2e0aa24..eea9684 100644 --- a/content/snippets/phone-input.mdx +++ b/content/snippets/phone-input.mdx @@ -32,7 +32,7 @@ import { cn } from "@/lib/utils"; import { ScrollArea } from "./scroll-area"; type PhoneInputProps = Omit< - React.InputHTMLAttributes, + React.ComponentProps<"input">, "onChange" | "value" > & Omit, "onChange"> & {