mobigrid-module 1.1.25-beta.2 → 1.1.25-beta.4

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