UNPKG

react-payline

Version:

_This is an unofficial repository_

4 lines (3 loc) 223 B
import React from 'react'; declare const withPayline: (production: boolean) => <TProps>(WrappedComponent: React.ComponentType<TProps>) => (props: React.PropsWithChildren<TProps>) => JSX.Element; export default withPayline;