UNPKG

pricing4react

Version:

A library of components that ease the integration of feature toggling driven by pricing plans into your React application's UI.

3 lines (2 loc) 177 B
export declare function fetchWithPricingInterceptor(url: string, options: RequestInit): Promise<Response>; export declare function searchNewTokenAndUpdate(res: Response): void;