We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7542f commit 4582816Copy full SHA for 4582816
website/src/components/HomepageFeatures/index.tsx
@@ -1,11 +1,12 @@
1
import clsx from 'clsx';
2
+import type {ReactNode} from 'react';
3
import Heading from '@theme/Heading';
4
import styles from './styles.module.css';
5
6
type FeatureItem = {
7
title: string;
8
Svg: React.ComponentType<React.ComponentProps<'svg'>>;
- description: JSX.Element;
9
+ description: ReactNode;
10
};
11
12
const FeatureList: FeatureItem[] = [
0 commit comments