UNPKG

react-native-unit-components

Version:

Unit React Native components

12 lines 539 B
/// <reference types="react" /> import type { UNCreditAccountRepaymentInformation, UNComponentsOnLoadResponse } from '../../types/shared'; export interface UNNextRepaymentComponentProps { accountId: string; theme?: string; language?: string; hideTitle?: boolean; onLoad?: (response: UNComponentsOnLoadResponse<[UNCreditAccountRepaymentInformation]>) => void; } declare const _default: (props: UNNextRepaymentComponentProps) => JSX.Element; export default _default; //# sourceMappingURL=UNNextRepaymentComponent.d.ts.map