Skip to content

Commit

Permalink
ignore empty object in shadcn input
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschaafsma committed Oct 12, 2024
1 parent 53aedb8 commit cd71aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ui/input.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from "react"
import { cn } from "@/lib/utils"

// eslint-disable-next-line @typescript-eslint/no-empty-object-type
export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {}

Expand Down

0 comments on commit cd71aa1

Please sign in to comment.