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