@mozaic-ds/angular 2.0.0 → 2.0.2
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/package.json
CHANGED
|
@@ -1280,6 +1280,10 @@ declare class MozActionBottomBarComponent {
|
|
|
1280
1280
|
|
|
1281
1281
|
type MozActionListItemAppearance = 'standard' | 'danger';
|
|
1282
1282
|
interface MozActionListItem {
|
|
1283
|
+
/**
|
|
1284
|
+
* The unique identifier for the item.
|
|
1285
|
+
*/
|
|
1286
|
+
id: string;
|
|
1283
1287
|
/**
|
|
1284
1288
|
* The icon component displayed for the item.
|
|
1285
1289
|
*/
|