We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d8c54 commit 66ceafcCopy full SHA for 66ceafc
apps/docs/components/landing/card.tsx
@@ -1,12 +1,11 @@
1
import type { IconProps } from '@phosphor-icons/react';
2
-import type React from 'react';
3
import { cn } from '@/lib/utils';
4
import { GridPatternBg } from './grid-pattern';
5
6
interface GridCard {
7
title: string;
8
description: string;
9
- icon: (props: IconProps) => React.ReactElement;
+ icon: (props: IconProps) => any;
10
}
11
12
interface SciFiGridCardProps extends GridCard {
0 commit comments