UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

7 lines 206 B
import React from "react"; interface LoadingSpinnerProps { message?: string; } export declare const LoadingSpinner: React.FC<LoadingSpinnerProps>; export {}; //# sourceMappingURL=LoadingSpinner.d.ts.map