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 757cd70 commit 9d904c7Copy full SHA for 9d904c7
pages/[lang]/tools/cli.tsx
@@ -21,7 +21,7 @@ export { getStaticPaths, getStaticProps };
21
interface Feature {
22
name: string;
23
description: () => string | React.JSX.Element;
24
- icon: (props: React.ComponentProps<'svg'>) => React.JSX.Element;
+ icon: React.ComponentType<React.ComponentProps<'svg'>>;
25
}
26
27
const features: Feature[] = [
0 commit comments