UNPKG

ngx-stripe

Version:

Collect Payments with Stripe: The Angular Way

4 lines (3 loc) 267 B
import { StripeConstructorOptions } from '@stripe/stripe-js'; import { StripeServiceInterface } from '../interfaces/stripe-instance.interface'; export declare function injectStripe(publishableKey?: string, options?: StripeConstructorOptions): StripeServiceInterface;