mayak-common-library 0.0.769 → 0.0.771
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +6 -6
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1475,7 +1475,7 @@ interface ListItemProps {
|
|
|
1475
1475
|
icon?: ReactElement;
|
|
1476
1476
|
subTitle?: string;
|
|
1477
1477
|
bold?: boolean;
|
|
1478
|
-
onClick
|
|
1478
|
+
onClick: (value?: MACHINE_NAME | string) => void;
|
|
1479
1479
|
}
|
|
1480
1480
|
declare const ListItem: FC<ListItemProps>;
|
|
1481
1481
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1475,7 +1475,7 @@ interface ListItemProps {
|
|
|
1475
1475
|
icon?: ReactElement;
|
|
1476
1476
|
subTitle?: string;
|
|
1477
1477
|
bold?: boolean;
|
|
1478
|
-
onClick
|
|
1478
|
+
onClick: (value?: MACHINE_NAME | string) => void;
|
|
1479
1479
|
}
|
|
1480
1480
|
declare const ListItem: FC<ListItemProps>;
|
|
1481
1481
|
|