@billing-js/react-billing-js
Advanced tools
Comparing version 1.0.96 to 1.0.97
declare const _default: ({ message, description }: { | ||
message?: string | undefined; | ||
description?: null | undefined; | ||
message: string; | ||
description?: string | undefined; | ||
}) => JSX.Element; | ||
export default _default; |
@@ -1,2 +0,2 @@ | ||
declare const _default: (message: any, description?: null, delay?: number) => NodeJS.Timeout; | ||
declare const _default: (message: string, description?: string, delay?: number) => NodeJS.Timeout; | ||
export default _default; |
@@ -7,5 +7,5 @@ import Stripe from "stripe"; | ||
loadingMore: boolean; | ||
loadMore: () => void; | ||
refresh: () => void; | ||
loadMore: () => Promise<void>; | ||
refresh: () => Promise<void>; | ||
}; | ||
export default _default; |
@@ -22,3 +22,3 @@ import "tailwindcss/tailwind.css"; | ||
export { CustomerPortal }; | ||
import ManageSharedSubscriptionModal from "./components/CustomerPortal/ManageSharedSubscriptionModal"; | ||
import ManageSharedSubscriptionModal from "./components/CustomerPortal/SharedSubscription/ManageSharedSubscriptionModal"; | ||
export { ManageSharedSubscriptionModal }; | ||
@@ -25,0 +25,0 @@ import PaymentModal from "./components/PaymentComponents/PaymentModal"; |
{ | ||
"name": "@billing-js/react-billing-js", | ||
"version": "1.0.96", | ||
"version": "1.0.97", | ||
"description": "Billing js library", | ||
@@ -5,0 +5,0 @@ "author": "Billing.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
892706
71
4819