@chargebee/chargebee-js-react-wrapper
Version:
React wrapper for Chargebee.js Components
9 lines (8 loc) • 322 B
TypeScript
import * as React from 'react';
import { ChargebeeInstance } from '@chargebee/chargebee-js-types';
interface ProviderProps {
cbInstance: ChargebeeInstance;
children: React.ReactChild;
}
declare const _default: React.ForwardRefExoticComponent<ProviderProps & React.RefAttributes<unknown>>;
export default _default;