@ansible/ansible-ui-framework 0.0.708 → 0.0.709

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,6 +37,7 @@ export type PageTableProps<T extends object> = {
37
37
  emptyStateTitle: string;
38
38
  emptyStateDescription?: string | null;
39
39
  emptyStateIcon?: React.ComponentType<any>;
40
+ emptyStateActions?: IPageAction<T>[];
40
41
  emptyStateButtonIcon?: React.ReactNode;
41
42
  emptyStateButtonText?: string | null;
42
43
  emptyStateButtonClick?: () => void;