df-ae-forms-package 1.0.83 → 1.0.85

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -785,7 +785,6 @@ interface DfFormTableProps {
785
785
  };
786
786
  onCreateIssue?: (issueData: any, attachments: File[]) => Promise<any>;
787
787
  onUpdateIssue?: (issueId: string, updateData: any) => Promise<void>;
788
- shouldShowComponent?: (id: string) => boolean;
789
788
  }
790
789
  declare const DfFormTable: React.FC<DfFormTableProps>;
791
790