feat: CellForceWidth component.

This commit is contained in:
a.bouhuolia
2021-11-01 09:34:58 +02:00
parent 613454a862
commit 24bd754c72
8 changed files with 66 additions and 4 deletions

View File

@@ -83,6 +83,8 @@ export * from './Utils/FormatNumber';
export * from './Utils/FormatDate';
export * from './BankAccounts';
export * from './IntersectionObserver'
export * from './Datatable/CellForceWidth';
export * from './Button';
const Hint = FieldHint;