react-native-unit-components
Version:
Unit React Native components
7 lines • 511 B
TypeScript
import type { UNACHDebitComponentProps } from './UNACHDebitComponent';
import type WebView from 'react-native-webview';
import type { LinkSuccess } from 'react-native-plaid-link-sdk';
export declare const getACHDebitParams: (props: UNACHDebitComponentProps) => string;
export declare const getACHDebitScript: (androidPackageName?: string) => string;
export declare const injectUnitPlaidResponse: (currentWeb: WebView | null, success: LinkSuccess) => void;
//# sourceMappingURL=UNACHDebitComponent.utils.d.ts.map