UNPKG

react-onboarding-sdk

Version:

A TypeScript SDK for fetching onboarding data from backend APIs with React hooks support

5 lines 313 B
import { OnboardingData } from './types'; export declare function setCachedConfig(_: string, __: OnboardingData): Promise<void>; export declare function getCachedConfig(_: string): Promise<OnboardingData | null>; export declare function clearCacheFor(_: string): Promise<void>; //# sourceMappingURL=cache.d.ts.map