Skip to content

Commit

Permalink
Merge pull request #6 from nyxb-ui/fix/any
Browse files Browse the repository at this point in the history
Update className type in MagicContainerProps
  • Loading branch information
nyxb authored Jul 8, 2024
2 parents 8c75609 + dbc4a8a commit cf760a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/web/registry/default/ui/magic-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function useMousePosition(): MousePosition {

interface MagicContainerProps {
children?: ReactNode
className?: any
className?: string
}

function MagicContainer({ children, className }: MagicContainerProps) {
Expand Down
2 changes: 1 addition & 1 deletion apps/web/registry/miami/ui/magic-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function useMousePosition(): MousePosition {

interface MagicContainerProps {
children?: ReactNode
className?: any
className?: string
}

function MagicContainer({ children, className }: MagicContainerProps) {
Expand Down

1 comment on commit cf760a5

@vercel
Copy link

@vercel vercel bot commented on cf760a5 Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.