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 dfcdae4 commit 53d8c54Copy full SHA for 53d8c54
apps/docs/components/landing/card.tsx
@@ -1,11 +1,12 @@
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;
- icon: (props: IconProps) => JSX.Element;
9
+ icon: (props: IconProps) => React.ReactElement;
10
}
11
12
interface SciFiGridCardProps extends GridCard {
0 commit comments