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