mobigrid-module 1.0.3 → 1.0.5

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.
@@ -1,5 +1,5 @@
1
1
  import * as React from "react";
2
- import { ButtonProps } from "../../components/ui/button";
2
+ import { ButtonProps } from "./button";
3
3
  declare const Pagination: {
4
4
  ({ className, ...props }: React.ComponentProps<"nav">): React.JSX.Element;
5
5
  displayName: string;
package/dist/index.d.ts CHANGED
@@ -6,4 +6,4 @@ interface ContainerProps {
6
6
  children?: React.ReactNode;
7
7
  }
8
8
  declare const MobigridModule: ({ configUrl, preJsUrl, itemsPerPage, children, }: ContainerProps) => React.JSX.Element;
9
- export default MobigridModule;
9
+ export { MobigridModule as default };