@billing-js/react-billing-js
Advanced tools
Comparing version 1.0.92 to 1.0.93
/// <reference types="react" /> | ||
import Stripe from "stripe"; | ||
import { Reducer } from "./reducers"; | ||
import { Product, SelectedPricing, ModalOptions, BillingOptions, BillingError } from "../types"; | ||
@@ -29,2 +28,3 @@ export interface State { | ||
} | ||
export declare const initState: State; | ||
interface ContextProvided { | ||
@@ -34,8 +34,3 @@ state: State; | ||
} | ||
export declare const initState: State; | ||
export interface Action { | ||
type: Reducer; | ||
payload?: any; | ||
} | ||
declare const _default: import("react").Context<ContextProvided>; | ||
export default _default; |
@@ -1,2 +0,6 @@ | ||
import { Action, State } from "./context"; | ||
import { State } from "./context"; | ||
export interface Action { | ||
type: Reducer; | ||
payload?: any; | ||
} | ||
export declare enum Reducer { | ||
@@ -3,0 +7,0 @@ RESET = "RESET", |
{ | ||
"name": "@billing-js/react-billing-js", | ||
"version": "1.0.92", | ||
"version": "1.0.93", | ||
"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
894122
4827