UNPKG

@fenil265/fundly-payment-sdk

Version:

Fundly Payment SDK for seamless integration with Fundly Pay systems.

14 lines 503 B
/** * Example Usage of Custom UI Components * * This file demonstrates how to use the custom UI components * that replace Material-UI dependencies. */ import React from 'react'; export declare const DrawerExample: React.FC; export declare const DialogExample: React.FC; export declare const LoadingExample: React.FC; export declare const DatePickerExample: React.FC; export declare const IconsExample: React.FC; export declare const CompleteExample: React.FC; //# sourceMappingURL=examples.d.ts.map