mobigrid-module 1.1.25-beta.11 → 1.1.25-beta.12
Sign up to get free protection for your applications and to get access to all the features.
@@ -5,5 +5,5 @@ interface TableProps {
|
|
5
5
|
isLoading: boolean;
|
6
6
|
callbacks: any;
|
7
7
|
}
|
8
|
-
export declare function CustomTable({ data, columns, isLoading, callbacks }: TableProps): React.JSX.Element;
|
8
|
+
export declare function CustomTable({ data, columns, isLoading, callbacks, }: TableProps): React.JSX.Element;
|
9
9
|
export {};
|