Files
prowler/ui/components/findings/table/index.ts
2026-01-12 15:44:25 +01:00

12 lines
489 B
TypeScript

export * from "./column-findings";
export * from "./data-table-row-actions";
export * from "./data-table-row-details";
export * from "./finding-detail";
export * from "./findings-selection-context";
export * from "./findings-table-with-selection";
// TODO: PROWLER-379 - Re-export when backend supports grouped findings
// export * from "./impacted-resources-cell";
export * from "./notification-indicator";
export * from "./provider-icon-cell";
export * from "./skeleton-table-findings";