sag_components 2.0.0-beta141 → 2.0.0-beta143

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
@@ -1496,7 +1496,10 @@ declare function Analytics({ width, height, fill }: {
1496
1496
  fill?: string;
1497
1497
  }): react_jsx_runtime.JSX.Element;
1498
1498
 
1499
- declare const Table: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
1499
+ declare function Table(props: any): react_jsx_runtime.JSX.Element;
1500
+ declare namespace Table {
1501
+ const displayName: string;
1502
+ }
1500
1503
 
1501
1504
  declare function FilterPop(props: any): react_jsx_runtime.JSX.Element;
1502
1505