Skip to content

Commit e83f08b

Browse files
committed
updated types in getLinkComponent.ts
1 parent c02d7b5 commit e83f08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/getLinkComponent.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ export default function getLinkComponent({
2121
layout: string;
2222
linkType: string;
2323
orientation: string;
24-
}): React.ComponentType<any> {
25-
let LinkComponent: React.ComponentType<any>;
24+
}): React.ComponentType<unknown> {
25+
let LinkComponent: React.ComponentType<unknown>;
2626

2727
if (layout === 'polar') {
2828
if (linkType === 'step') {

0 commit comments

Comments
 (0)