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