react-headless-pagination
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,3 +0,3 @@ | ||
import { IPaginationProps, IUsePagination } from "../Pagination/Pagination.d"; | ||
import { IPaginationProps, IUsePagination } from "../types/types"; | ||
declare const usePagination: ({ currentPage, setCurrentPage, truncableText, truncableClassName, totalPages, edgePageCount, middlePagesSiblingCount, }: IPaginationProps) => IUsePagination; | ||
export default usePagination; |
export * from "./Pagination/Pagination"; | ||
export * from "./Pagination/Pagination.d"; | ||
export * from "./types/types"; |
import React from "react"; | ||
import { IPaginationProps, ButtonProps, PageButtonProps } from "./Pagination.d"; | ||
import { IPaginationProps, ButtonProps, PageButtonProps } from "../types/types"; | ||
export declare const PrevButton: ({ className, children, dataTestId, ...buttonProps }: ButtonProps) => JSX.Element; | ||
@@ -4,0 +4,0 @@ export declare const NextButton: ({ className, children, dataTestId, ...buttonProps }: ButtonProps) => JSX.Element; |
{ | ||
"name": "react-headless-pagination", | ||
"author": "Thijs Smudde", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -66,3 +66,2 @@ "main": "dist/index.js", | ||
"chromatic": "5.6.2", | ||
"husky": "4.3.8", | ||
"identity-obj-proxy": "3.0.0", | ||
@@ -69,0 +68,0 @@ "postcss": "7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34
69351