mobigrid-module 1.1.25-beta.10 → 1.1.25-beta.11
Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts
CHANGED
@@ -10,6 +10,7 @@ interface ContainerProps {
|
|
10
10
|
itemsPerPage?: number;
|
11
11
|
dateFormat?: string;
|
12
12
|
children?: React.ReactNode;
|
13
|
+
callbacks?: any;
|
13
14
|
}
|
14
|
-
declare const MobigridModule: ({ dataUrl, configUrl, preJsUrl, configJson, preJs, customHeaders, itemsPerPage, dateFormat, children, }: ContainerProps) => React.JSX.Element;
|
15
|
+
declare const MobigridModule: ({ dataUrl, configUrl, preJsUrl, configJson, preJs, customHeaders, itemsPerPage, dateFormat, children, callbacks, }: ContainerProps) => React.JSX.Element;
|
15
16
|
export { MobigridModule as default };
|