react-native-unit-components
Version:
Unit React Native components
14 lines • 559 B
TypeScript
/// <reference types="react" />
import type { UNOnLoadResponse } from '../../types/shared';
import { UNRepaymentData } from '../../types/shared/repayment.types';
export interface UNNextRepaymentComponentProps {
customerToken: string;
accountId: string;
theme?: string;
language?: string;
hideTitle?: boolean;
onLoad?: (response: UNOnLoadResponse<[UNRepaymentData]>) => void;
}
declare const _default: (props: UNNextRepaymentComponentProps) => JSX.Element;
export default _default;
//# sourceMappingURL=UNNextRepaymentComponent.d.ts.map