UNPKG

@sb1/ffe-account-selector-react

Version:

Selector for bank accounts with autocomplete.

7 lines (6 loc) 244 B
import { Account } from '../types'; export declare const getAccountsWithCustomAccounts: <T extends Account>({ accounts, selectedAccount, inputValue, }: { accounts: T[]; selectedAccount: T | undefined; inputValue: string; }) => T[];