@bigbinary/neetoui 5.2.43 → 5.2.44

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/index.d.ts CHANGED
@@ -416,9 +416,8 @@ export interface TableProps {
416
416
  enableColumnResize?: boolean;
417
417
  enableColumnReorder?: boolean;
418
418
  onColumnUpdate?: (columns: any[]) => void;
419
- preserveTableStateInQuery?: boolean;
420
- onColumnHide?: (columnKey: string) => void;
421
419
  [key: string]: any;
420
+ preserveTableStateInQuery?: boolean;
422
421
  }
423
422
 
424
423
  export interface TagProps {
@@ -535,7 +534,6 @@ export interface PopoverProps {
535
534
  interactive?: boolean;
536
535
  hideAfter?: number;
537
536
  hideOnTargetExit?: boolean;
538
- className?: string;
539
537
  [key: string]: any;
540
538
  }
541
539