omnipay-savings-sdk
Version:
Omnipay Savings SDK
13 lines (12 loc) • 523 B
TypeScript
type TransactionsListProps = {
savingsId?: string;
recordsPerPage?: number;
limit?: number;
showScrollIndicator?: boolean;
contentContainerStyle?: any;
scrollEnabled?: boolean;
showTabs?: boolean;
useHistoryEndpoint?: boolean;
};
declare const TransactionsList: ({ savingsId, recordsPerPage, limit, showScrollIndicator, contentContainerStyle, scrollEnabled, showTabs, useHistoryEndpoint, }: TransactionsListProps) => import("react/jsx-runtime").JSX.Element;
export default TransactionsList;