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 055b051 commit a5a8cd5Copy full SHA for a5a8cd5
5 files changed
packages/k8s-ui/src/components/audit/index.ts
@@ -1,3 +1,3 @@
1
export { AuditCard, type AuditCardData } from './AuditCard'
2
export { AuditAlerts, type AuditFinding } from './AuditAlerts'
3
-export { AuditFindingsTable, type AuditFindingsTableProps, type ResourceGroup, type CheckMeta } from './AuditFindingsTable'
+export { AuditFindingsTable, type AuditFindingsTableProps, type ResourceGroup, type CheckMeta, type CheckReference } from './AuditFindingsTable'
0 commit comments