mobigrid-module 1.1.25-beta.10 → 1.1.25-beta.12

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,6 +3,7 @@ interface TableProps {
3
3
  data: any[];
4
4
  columns: any[];
5
5
  isLoading: boolean;
6
+ callbacks: any;
6
7
  }
7
- export declare function CustomTable({ data, columns, isLoading }: TableProps): React.JSX.Element;
8
+ export declare function CustomTable({ data, columns, isLoading, callbacks, }: TableProps): React.JSX.Element;
8
9
  export {};
@@ -1,2 +1,2 @@
1
- declare function App(): import("@types/react").JSX.Element;
1
+ declare function App(): import("react").JSX.Element;
2
2
  export default App;