feat(Card): card footer actions.

This commit is contained in:
a.bouhuolia
2021-12-27 18:29:52 +02:00
parent f261555b86
commit 93bd2af1d7
10 changed files with 54 additions and 43 deletions

View File

@@ -54,7 +54,6 @@ import Postbox from './Postbox';
import AccountsSuggestField from './AccountsSuggestField';
import MaterialProgressBar from './MaterialProgressBar';
import { MoneyFieldCell } from './DataTableCells';
import Card from './Card';
import AvaterCell from './AvaterCell';
import { ItemsMultiSelect } from './Items';
@@ -92,6 +91,7 @@ export * from './Typo';
export * from './TextStatus';
export * from './Tags';
export * from './CommercialDoc';
export * from './Card';
const Hint = FieldHint;
@@ -158,7 +158,6 @@ export {
MaterialProgressBar,
MoneyFieldCell,
ItemsMultiSelect,
Card,
AvaterCell,
MoreMenuItems,
};