import { provideDaffPaypalExpressDriver } from '@daffodil/paypal/driver'
Provider function for DaffPaypalExpressDriver
.
const provideDaffPaypalExpressDriver: <R extends DaffPaypalExpressServiceInterface<DaffPaypalExpressTokenRequest, DaffPaypalExpressTokenResponse> = DaffPaypalExpressServiceInterface<...>>(klass: Type<...>) => ExistingProvider