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 c02d7b5 commit e83f08bCopy full SHA for e83f08b
src/app/components/getLinkComponent.ts
@@ -21,8 +21,8 @@ export default function getLinkComponent({
21
layout: string;
22
linkType: string;
23
orientation: string;
24
-}): React.ComponentType<any> {
25
- let LinkComponent: React.ComponentType<any>;
+}): React.ComponentType<unknown> {
+ let LinkComponent: React.ComponentType<unknown>;
26
27
if (layout === 'polar') {
28
if (linkType === 'step') {
0 commit comments