Skip to content

Commit

Permalink
fix(website): typing
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermerodz committed Mar 12, 2024
1 parent e956d1c commit 9cda2e7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@ import { OTPInput, SlotProps } from 'input-otp'
import { cn } from '@/lib/utils'

export function ExampleComponent(
props: Partial<React.ComponentProps<typeof OTPInput>>,
props: Partial<Omit<React.ComponentProps<typeof OTPInput>, 'children'>>,
) {
return (
<OTPInput
Expand Down

0 comments on commit 9cda2e7

Please sign in to comment.