feat(balance): add FMultiSelect.

This commit is contained in:
elforjani13
2022-02-16 16:25:58 +02:00
parent 9630fecd7c
commit 953d37b20f
5 changed files with 106 additions and 0 deletions

View File

@@ -101,6 +101,7 @@ export * from './FeatureGuard';
export * from './ExchangeRate';
export * from './Branches';
export * from './Warehouses';
export * from './FMultiSelect'
const Hint = FieldHint;