@up42/up-components 0.8.3 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ import KeyboardArrowUp from '@mui/icons-material/KeyboardArrowUp';
|
|
|
35
35
|
import KeyboardArrowDown from '@mui/icons-material/KeyboardArrowDown';
|
|
36
36
|
import KeyboardArrowLeft from '@mui/icons-material/KeyboardArrowLeft';
|
|
37
37
|
import KeyboardArrowRight from '@mui/icons-material/KeyboardArrowRight';
|
|
38
|
+
import Balance from '@mui/icons-material/Balance';
|
|
38
39
|
import { TableProps as TableProps$1 } from '@mui/material/Table';
|
|
39
40
|
import { TableBodyProps as TableBodyProps$1 } from '@mui/material/TableBody';
|
|
40
41
|
import { TableCellProps as TableCellProps$1 } from '@mui/material/TableCell';
|
|
@@ -1633,6 +1634,7 @@ declare const icons_KeyboardArrowUp: typeof KeyboardArrowUp;
|
|
|
1633
1634
|
declare const icons_KeyboardArrowDown: typeof KeyboardArrowDown;
|
|
1634
1635
|
declare const icons_KeyboardArrowLeft: typeof KeyboardArrowLeft;
|
|
1635
1636
|
declare const icons_KeyboardArrowRight: typeof KeyboardArrowRight;
|
|
1637
|
+
declare const icons_Balance: typeof Balance;
|
|
1636
1638
|
declare namespace icons {
|
|
1637
1639
|
export {
|
|
1638
1640
|
SvgAppWindowCode as AppWindowCode,
|
|
@@ -1712,6 +1714,7 @@ declare namespace icons {
|
|
|
1712
1714
|
icons_KeyboardArrowDown as KeyboardArrowDown,
|
|
1713
1715
|
icons_KeyboardArrowLeft as KeyboardArrowLeft,
|
|
1714
1716
|
icons_KeyboardArrowRight as KeyboardArrowRight,
|
|
1717
|
+
icons_Balance as Balance,
|
|
1715
1718
|
};
|
|
1716
1719
|
}
|
|
1717
1720
|
|