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 ab2aead commit e567368Copy full SHA for e567368
src/Pages/ResourceBrowser/types.ts
@@ -102,4 +102,7 @@ export interface AdditionalConfirmationModalOptionsProps<T = unknown> {
102
children?: ReactElement
103
}
104
105
-export type NodeDetailTabsInfoType = (Pick<TabProps, 'label' | 'icon'> & { id: string; node: () => JSX.Element })[]
+export type NodeDetailTabsInfoType = (Pick<TabProps, 'label' | 'icon'> & {
106
+ id: string
107
+ renderComponent: () => JSX.Element
108
+})[]
0 commit comments