@modul/mbui 0.0.38-beta-select-df293040 → 0.0.38-beta-select-4db5071a

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import { FC } from 'react';
2
+ import { ISelectOption } from '../SelectDrawer';
3
+ declare const SelectBankAccountBalanceOption: FC<ISelectOption>;
4
+ export { SelectBankAccountBalanceOption };
@@ -4,5 +4,5 @@ export { SelectAsync } from './SelectAsync';
4
4
  export { SelectBase } from './SelectBase';
5
5
  export { Select } from './Select';
6
6
  export { SelectDrawer, type ISelectValue, type ISelectOption } from './SelectDrawer';
7
- export { SelectSecondaryOption } from './components/SelectBankAccountOption';
7
+ export { SelectBankAccountBalanceOption } from './components/SelectBankAccountBalanceOption';
8
8
  export { SelectPrimaryAccountValue } from './components/SelectPrimaryAccountValue';