@natoora-libs/core 0.1.16-dev-doug-3 → 0.1.16-dev-doug-5

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.
@@ -517,6 +517,7 @@ declare const icons: {
517
517
  SvgIconSnail: (props: any) => react_jsx_runtime.JSX.Element;
518
518
  SvgEmptyGlassIcon: (props: any) => react_jsx_runtime.JSX.Element;
519
519
  SvgIconUserManagement: () => react_jsx_runtime.JSX.Element;
520
+ SvgIconTableEdit: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
520
521
  };
521
522
 
522
523
  interface VirtualizedListProps {
@@ -517,6 +517,7 @@ declare const icons: {
517
517
  SvgIconSnail: (props: any) => react_jsx_runtime.JSX.Element;
518
518
  SvgEmptyGlassIcon: (props: any) => react_jsx_runtime.JSX.Element;
519
519
  SvgIconUserManagement: () => react_jsx_runtime.JSX.Element;
520
+ SvgIconTableEdit: (props: React.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
520
521
  };
521
522
 
522
523
  interface VirtualizedListProps {