refactor(status-tap): return promise from status tap for sake of testing, update lock file

This commit is contained in:
Dan Bucholtz
2018-02-01 16:10:28 -06:00
parent 665e7f36e0
commit 519ecddaf9
5 changed files with 213 additions and 256 deletions

View File

@ -2829,7 +2829,7 @@ declare global {
}
namespace JSXElements {
export interface IonStatusTapAttributes extends HTMLAttributes {
duration?: number;
}
}
}