mobigrid-module 1.0.3 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 };